Display Bug when using #states (Forms API) with Ajax Request
I use a custom module which makes heavy use of the Forms API to do mathematical calculations.The form which you can see at http://linsenrechner.de/node/27 is rendered with the #states attribute. each...
View ArticleNotice: Undefined index: #type in drupal_process_states()
Problem/MotivationProblemWhen #states is attached to a form element that contains #markup the following notice occurs:Notice: Undefined index: #type in drupal_process_states() (line 583 of...
View ArticleManyToOneHelper ignores group configuration for some cases and forces INNER...
Bug descriptionWe've met a buggy behaviour of a view having two reference-field filters in an OR subgroup.That's how filters looked like:And this is the resulting query:There are two issues: 1. AND...
View ArticleFile Field design update: Upload field.
Problem/MotivationIn terms of interaction, file fields could be a lot more accessible. The style guide proposes both a new appearance and a new interaction design.Proposed resolutionFiles can be added...
View ArticlePDOException: SQLSTATE[22018]: Conversion failed when converting the varchar...
Follow up to PostgreSQL: PDOException:Invalid text representation when attempting to load an entity with a string or non-scalar ID.In comment #256 @soyarma was right, the revision id needs to be...
View Article\Drupal\Tests\system\Functional\Cache\AssertPageCacheContextsAndTagsTrait::as...
Problem/MotivationMaking this a bug in the test helper trait as it is pretty useless like this now as phpunit fails on the first message:this part: if (!$match) { debug('Unwanted cache contexts in...
View Articlephp 7.1 Warning: A non-numeric value encountered in theme_pager()
PHP 7.1 and Drupal commerce, navigating to /admin/commerce/orders to view orders generates the following warning:Warning: A non-numeric value encountered in theme_pager() (line 329 of...
View ArticleThe SQL storage cannot change the schema for an existing entity type (node)...
Hi all,When updating from 8.4.5 to 8.5.1 I have this error (on 4 different sites):system-module #8501 bijwerken Mislukt: Drupal\Core\Entity\EntityStorageException: The SQL storage cannot change the...
View ArticleProvide bulk action to delete all old revisions of a node
Problem/MotivationWith a reasonable site, the number of revisions for an entity can build up quite easily.Proposed resolutionProvide a bulk action for admins to clear out extraneous revisions.Remaining...
View ArticlegetMessageIterator() no longer retrieves source IDs
Problem/MotivationgetMessageIterator() formerly retrieved the source IDs for each message - however, as a result of #2613878: Use hash for Migration source keys, rather than verbatim values the message...
View ArticleViews Rendered Entity field ignores the configured rendering language of the...
Problem/MotivationWhen views are configured to display fields, and 'Rendered entity' is added as one of the fields, if an entity has any translations, for each view row that display that entity or its...
View ArticleSession Changes in symfony 3.4.24 break session saving
Problem/MotivationStill figuring this out, but #3044155: PHP7.1 vendor max Testing issue - DO NOT COMMIT identified test failures with symfony 3.4.24, released today,...
View Article[JS] Replace jQuery.cookie with JS-cookie and provide a BC layer
> git grep core/jquery.cookie core\core.libraries.yml | wc -l 3 > git grep -l cookie -- "*.js" core/assets/vendor/jquery-joyride/jquery.joyride-2.1.min.js...
View Article[PP-1] Node module revision permission IDs are too generic
Problem/MotivationNode module defines - delete all revisions - view all revisions But neither of these reference 'node'Proposed resolutionMake these more specific.Remaining tasksUser interface...
View Article\Drupal\Tests\node\Functional\Update\NodeUpdateTest is expensive - refactor
Problem/Motivation\Drupal\Tests\node\Functional\Update\NodeUpdateTest does an update from rc1 for each testSomethingMethod which is expensiveProposed resolutionRefactor into a series of doTestBeforeX...
View ArticleUnmetDependenciesException when installing Drupal 8
Some unknown system requirement or setting not specified in the requirements is rendering Drupal uninstallable.Manifests as: Cannot install Drupal, hangs at "Installing Drupal: Initializing" I let it...
View ArticleDrupal 8 installation fails with "Configuration objects ... provided by...
An AJAX HTTP request terminated abnormally. Debugging information follows. Path: /drupal-8.0.0/core/install.php?rewrite=ok&langcode=en&profile=standard&id=1&op=do_nojs&op=do...
View ArticleThe website encountered an unexpected error while installing Drupal 8.2.7.
I am getting the following error while installing drupal 8.2.7.I am using PHP Version 7.0.15-0 and ubuntu0.16.04.4.Error The website encountered an unexpected error. Please try again later....
View ArticleSearch for node content in current language
Problem/MotivationWhen searching for content in a multilingual website, Drupal core display results in all languages.Proposed resolutionWhen no language is chosen in advance-search, display results...
View ArticleEntityViewBuilder::getBuildDefaults doesn't respect the EntityInterface...
Problem/MotivationThe EntityViewBuilder::getBuildDefaults has an $entity parameter that should respect the EntityInterface.Yet in the getBuildDefaults() method there's a call on the $entity object to a...
View Article