Interactive controls inside preview block in the Layout Builder form should...
Problem/MotivationForms that are displayed in the Layout Builder form are submittable.This can Take you away from the layout builderCreate changes to your site.For example in the node layout override...
View ArticleUpdate/improve mockups and designs for the media library
Problem/MotivationThe mockups used to create the media library (#2796001: [prototype] Create design for a Media Library / #2828538: Produce high fidelity screens based on Media prototype) are about 2...
View ArticleDynamic Views Arguments via Tokens
For the Drupal 7 version of this issue, see #2010898: Use tokens for entity selection view arguments.Entity Reference allows using a View of a specific display type to set the available options. This...
View Articlehooks disappear from module_implements cache
Updated: Comment #19Problem/MotivationIt is possible for implementations of hook_form_alter() to disappear from the module_implements() cache, such that they are not called anymore.This can apparently...
View ArticleAllow ?edit[field_xyz] as query parameter in contextual filter
By providing a query parameter as contextual filter argument, we can already limit the referenceable entitities in an entity reference view, with #1699378: Dynamic Views Arguments via Tokens being only...
View ArticleViews - Contextual filter from query parameter not working with multiple values
I have a block display of a View embedded in a Panels page which receives its contextual filters via query parameters to the page. See first screenshot.I also chose to allow multiple values for this...
View ArticleDesign intuitive affordances for Layout Builder (for illustrating which parts...
Problem/MotivationIn #2935779: Come up with an affordance for what parts of the page are/are not affected by Layout Builder, we added help text to the Layout Builder explaining which parts of the page...
View ArticleModernize tabledrag accessibility.
Let's look at ways to make our tabledrag.js accessibility better. Currently tabledrag doesn't really work for screen readers, and we kept the fallback method with row weights. But tabledrag hasn't...
View ArticleAllow disabling the Inline Form Errors summary
Problem/MotivationIn certain cases we want to disable duplicate messages (on top - summary - and inline). We currently have the #error_no_message property which allowed us to disable errors messages...
View ArticleAdd Number::format with settings to configure decimal point and thousands...
PHP provides the function number_format to format numbers with decimal points and thousands separator. Actually, if there was a way, in Drupal, to customize this function at site/user levels... :-)I...
View Article\Drupal\Core\Security\PharExtensionInterceptor is incompatible with GeoIP and...
Problem/MotivationIn #3026386: Drush fatal error after upgrading to 8.6.6, 8.5.9, or 7.62: PHP Fatal error: Uncaught TYPO3\PharStreamWrapper\Exception and Slack, multiple users reported that their...
View ArticleAdd "Edit blocks" permissions
Problem/MotivationThis issue follows up on the discussion in #1975064: Add more granular block permissionsCustom blocks can be created as structural page elements and content editors might need to edit...
View ArticleFileWidget for multivalue field is displayed incorrectly when some of the...
Problem/MotivationThis is a followup of #2113931: File Field design update (comment #147.3). When a users uploads multiple files to a file field with a cardinality > 1, the field is not displayed...
View ArticleImprove test coverage for Inline Form Errors
Problem/Motivation#2880011: Allow disabling the Inline Form Errors summary needs refactoring of test FormErrorHandlerTest.Add one form in the Setup with fields for various test cases (e.g. missing or...
View ArticleUniqueFieldConstraint doesn't work for entities with string IDs
Problem/MotivationUniqueFieldValueValidator assumes that the host entity is always defined with integer IDs. During the validation, it adds this condition to the entity query:->condition($id_key,...
View ArticleUniqueFieldValueValidator works only with single value fields
The \Drupal\Core\Validation\Plugin\Validation\Constraint\UniqueFieldValueValidator works with only single value field and therefore it cannot be used with fields that have multiple values, like string...
View ArticleUnique field constraint does not work with entity reference fields
Problem/MotivationAdding a constraint of UniqueField to an entity reference field does not enforce that the field value is unique.One was added by:function...
View ArticlePatch for sa-core-2019-002
I am facing some dependency issue so not able to update Drupal core. Need help to find a patch for https://www.drupal.org/sa-core-2019-001 and https://www.drupal.org/sa-core-2019-002
View ArticleIndicate that grouping elements have child element errors for ux and a11y
Child elements in grouping elements like (meta) details and vertical tabs are invisible to the user when the grouping element is closed or not-focused respectively. To improve the user experience and...
View ArticleMake css/js aggregates path configurable
Problem/MotivationCSS/JS aggregates directory is hardcoded to public://{css,js}. In some cases it is legitimate to store aggregates in a different path. For example, to store public:// is in a slower...
View Article