Terms created when override_selector = TRUE don't appear on Terms...
What are the steps required to reproduce the bug?Install Drupal 8.5+Set override_selector to TRUE by adding $config['taxonomy.settings']['override_selector'] = true; to your settings.phpAdd a...
View ArticleAccess failure after using personal contact form
To replicate this issue:set the permissions for the user module's "access user profiles" to be accessible to admins, onlylog in as a non-admin user and set that user's profile to allow their "Personal...
View ArticleWhether queued or not, update the media thumbnail and metadata before...
This issue is spun off from #2831274-390: Bring Media entity module to core as Media module.There has been some disagreement and bikeshedding about how to handle updates to media entity thumbnails....
View ArticleLocation of "Skip to Main" link below admin toolbar is problematic...
I believe that we organized the skip to main link under the admin toolbar simply because it looked better and was easier to implement.Unfortunately it makes it more difficult for keyboard only screen...
View ArticleAdd support for <nolink>, <none> and empty values to the UI
Problem/MotivationRight now users can use route:<nolink> in order to create no-link links (see #2693725: Add <nolink> to allow for non-link links )Proposed resolutionThis issue tries to...
View ArticleImprove variable names in MigrationLookup for DX
It's confusing when you see $migration in the transform() method because you're not sure at first whether it means the current migration, or the lookup migration.You can deduce it from this:...
View ArticleMigration from D6 to d8 failed miserably....node body and imae uploads are empty
i just tried to migrate drupal 6 site again. This time the nodes are empty. No text, no images inside....it is very frustrating.
View ArticleCannot add "system list" because "system" already exists
Here is what I runt into, trying to upgrade my drupal 6 to Drupal 7 after correctly having upgraded core and all modules to a supported version:DatabaseSchemaObjectExistsException: Cannot add index...
View ArticleExtract DraggableListBuilderTrait from DraggableListBuilder for use with...
Problem/MotivationContent entities may support weights and may want to use a list builder with drag-and-drop capabilities. Unfortunately DraggableListBuilder is only available for config entities.While...
View ArticleRemove config-editing parts from standard_install() in favor of exported...
Problem/Motivationstandard_install() manually updates various bits of configuration instead of shipping with proper configuration exports in config/install. This promotes a bad practice for other...
View ArticleThe moderation_state base field is added to all revisionable entity types...
Problem/MotivationIn \Drupal\content_moderation\EntityTypeInfo::entityBaseFieldInfo we call canModerateEntitiesOfEntityType to decide if we should attach the moderation_state base field to entity...
View ArticleModeration control form should validate an entity before saving it
I came across this in in Workbench Moderation, but it still seems to apply for Content Moderation.The EntityModerationForm is used to display a moderation form on the latest version tab to easily...
View ArticleStyle and show content moderation form in Umami
Postponed until #2953376: Adopt Content Moderation in Umami.
View ArticleAllow different default moderation state for adding or editing content
Problem/MotivationCurrently 'draft' is the default moderation state for all new content.Proposed resolutionAllow admins to configure which state content should start out as. Remaining tasksUser...
View Articleallow FieldConfigInterface::setDefaultValueCallback() to accept a callback in...
FieldConfigInterface::setDefaultValueCallback() accepts a callback for a base of config field's default value, either as a function or method name.We get this pattern repeated by entity types over and...
View ArticleMigrate UI - allow modules to declare their migration status
Problem/MotivationOther modules need a way to declare their migration status and thus control which list (available upgrade path or missing upgrade path) they will appear in on the Migrate Upgrade...
View ArticleDocumentation for the format of #default_value of the date form field is...
The documentation for the date form element mentions that the default value should be passed as an array but this is not correct, it should instead be passed as a string in the format 'YYYY-MM-DD',...
View ArticleUmami Theme - follow-up - remove elements, use classes in CSS
Item 4 from here needs attentionhttps://www.drupal.org/project/drupal/issues/2904243#comment-12405231+++ b/core/themes/umami/css/components/blocks/footer-promo/footer-promo.css @@ -0,0 +1,47 @@...
View ArticleModeration handlers should hide the default published option when moderation...
Problem/MotivationRight now, we disable the 'Create a new revision' checkbox because revisions are enforced when using moderation. The publishing default checkbox also doesn't make sense when an entity...
View ArticleMultiple concurrent current revisions
I don't know if the category is correct but we have a client which currently is somehow able to produce the following error:He can't save a page because Drupal is telling him that untranslatable fields...
View Article