LayoutBuilderEntityViewDisplay::getRuntimeSections() does not delegate to...
Problem/MotivationWhile working on the Layout Library module, I discovered that Layout Builder is basically incompatible with any layout storage strategy except for its two built-in ones, which are...
View Article_drupal_log_error() returns a 0 exit code on errors
When _drupal_log_error() is called with a fatal error, the PHP process exits with a zero: if (PHP_SAPI === 'cli') { if ($fatal) { // When called from CLI, simply output a plain text message. // Should...
View ArticleMigrating more than 1 entity reference field instance fails
Problem/MotivationIn Drupal 7, the entityreference module allowed to create multiple field instances of the same field. The migration here "works" but then any time an entity without any data attempts...
View Articlefix system_get_info(), do not discard info about the current installation...
Notice: Undefined index: name in system_requirements() (line 43 of core/modules/system/system.install).system_requirements('runtime') call_user_func_array('system_requirements', Array) (Line: 393)...
View ArticleMedia library widget on required field throws validation error within Paragraph
Problem/MotivationFirst, it isn't clear to me if this is something that should be logged against Core or the Paragraphs module. It's hard to know if it's core behavior that creates unexpected results...
View ArticleInstallation profile missing after upgrade to 8.6.1
I recently upgraded from Drupal 8.5.6 to 8.6.1 and everything appeared to go well. But I noticed today that when attempting to edit a view or review the user list on the site, I received this...
View ArticleSplit \Drupal\Core\Cron::processQueues into it's own class
Today, both Drupal and Drush maintain their own queue runner implementations. This doubles the effort to fix bugs or add features to the queue runner, and complicates contrib modules that may want to...
View ArticleGeneralize TaxonomyIndexTid filter to be available for all entity reference...
Problem/MotivationOne major piece of functionality from the D7 Entity Reference module was left out entirely in #1801304: Add Entity reference field: the ability to render exposed views filters as a...
View ArticleNeed the ability to embed YouTube videos without the related video thumbnails
The best way I could figure out to do this was with a hack of media-oembed-iframe.html.twig, forcing ?rel=0 into the URL.Seems like this should be an option in the display settings of the embedded...
View Article[Regression] login link has no destination=drupalSettings.path, so dumps you...
Problem/MotivationFollow-up to #2503755: Switch from user login block to login menu link and search block in standard profilelogin link has no destination=[current.path], so dumps you on the...
View ArticleConvert path alias migrations to create entities
Problem/MotivationIn #2336597: Convert path aliases to full featured entities, we convert path aliases to entities. Once that issue lands, we should update the migrations in the Path module to use...
View ArticleInconsistent ordering of views of content in Umami
Problem/MotivationI have set up the Umami demo on my local machine and on simplytest.me.The order of articles/recipes on the home page is inconsistent.Local:Simplytest.meThis is because all the...
View ArticleIncorrect translation status for cloned entities.
Problem/MotivationWhen a translated entity is cloned, the translation status does not seem to be correct. Normally, when creating entities the following code in ContentEntityBase::__construct()...
View ArticleSupport for title_attributes for item lists
The problemSay, you want to create an item list with a renderable array. There is no way to add attributes to the title. In my case, I wanted to add an ID to the title so that I could generate a table...
View ArticleRemove title and wrapper div from item-list.html.twig
Proposed commit messageIssue #1842140 by mdrummond, tonystar, gavin.hughes, killerpoke, lauriii, droweski, stevector, omg-its-maggie, jenlampton, Renee S: Remove title and wrapper div from...
View ArticleMissing argument 5 for _drupal_error_handler()
It happens when using external libraries that at some point, run the error handler manually (in my case it happens with Symfony, but it could happen with any library playing a bit with error...
View ArticleDraft translations should be based on the latest draft of the source...
Problem/MotivationSee #2833049-14: ContentEntityBase::hasTranslationChanges will compare a forward revision with the default one instead of the newest forward revision.Right now, using the...
View Article[upstream] Asterisk indicating required field is not announced by JAWS
Description: When a CKeditor Field is is required and has the required Asterisk, JAWS does not announce that the field is required.Example: Within the “Create Article” page, the “Body*” field is...
View ArticleSaving a tagged article in staged workspace causes fatal exception
Problem/MotivationSaving a tagged article in Stage workspace causes WSOD by throwing Drupal\Core\Entity\EntityStorageException: This entity can only be saved in the default workspace. in...
View Articleactive-link.js throws JS error if query string parameter contains a single quote
If you visit a D8 site as an authenticated user and add a query string parameter which includes a quotation mark, then a JavaScript error will be thrown.E.g. go to /search?keywords=it'sError:Uncaught...
View Article