Not Getting Posts by Taxonomy URL Alias in View
Hi, I have created REST api view where I call blog posts which is working well now I am want to get those blogs posts by taxonomy url alias instead taxonomy ID, eg: api/posts/news.Note: News is...
View ArticleAllow layout plugins to define default values for column widths
Problem/MotivationThe base class \Drupal\layout_builder\Plugin\Layout\MultiWidthLayoutBase allows layout plugins to define different width options. Whichever option is listed first becomes the default...
View ArticleDisplay Bug when using #states (Forms API) with Ajax Request
FAPI #states do not update properly after AJAX requests.Steps to reproduceTo replicate the bug, you need a content type with a field that makes an AJAX request and another field that has a state...
View ArticleMove Field Layout data model and API directly into...
Problem/Motivation#2796173: Add experimental Field Layout module to allow entity view/form modes to switch between layouts adds an experimental module that extends and alters the EntityDisplay entity...
View ArticleHelp tell entities apart during debugging
Problem/MotivationAs PHP reuses the object hashes (evil!) it's near impossible to tell two objects apart during a longer session. Content entities have an especially long and complex lifecycle and it'd...
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 Articlenode_access filters out accessible nodes when node is left joined
Updated: Comment #334Problem/MotivationCurrently, when a node table is left joined into a query, adding a node_access tag to the query filters out accessible rows from the base table (effectively...
View ArticleOnly scaffold files when scaffold package is changed
Problem/MotivationCurrently, the Composer scaffolding plugin always re-scaffolds the project on install or update.This means that any complications associated with a given scaffolding will repeat even...
View ArticleRe-evaluate Composer plugin output levels
Problem/MotivationOur Composer plugins say lots of things that they maybe don't need to say in normal, non-verbose mode.Proposed resolutionEvaluate what we need to see normally, and what we can display...
View ArticlePermissions hardening prevents Composer scaffolding from copying, causes...
If you've installed and run Drupal, the sites/default directory receives permission hardening. This breaks the scaffolding plugin. [RuntimeException] Could not delete...
View ArticleEntityForm's use of magic setter/getter breaks any subclasses that...
EntityForm has a magic setter and getter to take care of triggering a deprecation error, eg: public function __get($name) { // Removing core's usage of ::setEntityManager means that this deprecated //...
View ArticleUpdate composer dependencies on 9.0.x
Problem/MotivationPackages were held back because of the older version of PHP should now be upgradable since we use PHP 7.2.Proposed resolutionUpgrade all the packages we can.Remaining tasksTest all...
View ArticleIntroduce ENTITY_TYPE_list:BUNDLE cache tag and add it to single bundle listing
Problem/MotivationThere is ENTITY_TYPE_list cache tag and it is being invalidated very often. For example, if we have 20 different content types and created views page to display the list of content...
View ArticleViews more link cannot point to an external URL
Problem/MotivationPreviously it was possible to set views more link to point to an external URL. At some point it got hard coded to be considered as internal link which makes it not possible to link it...
View ArticleMake Book navigation translatable
The Book module does not fully use the new translation features we have. It doesn't translate the node titles in the different menus it generates.Steps to reproduce:Configure Book content type for...
View ArticleAdd RTL support for off-canvas dialog
Problem/MotivationThe off-canvas dialog can be rendered either at the "top" or the "side". There is a small draggable handle at the top left of the side dialog for resizing the dialog width.This handle...
View ArticleRoute should be used instead of hardcoded "/admin" link
In the workflows list builder, the "empty" text has a link to /admin/modules#module-content-moderation which does not work if you have Drupal installed in a subdirectory or if you have a language...
View ArticleViews Date Filter Datetime Granularity Option
Problem/Motivation1. Create a content type with a Datetime field 2. Create some sample data with the content type 3. Create a simple view that has one exposed filter for selecting the Date 4. The...
View ArticleSort options should correspond to bundles selected for entity reference field...
Problem/MotivationThis is a portion of #2900409: [Meta] Improve UI of Reference field settings form, separated out after comment #133.When you are setting up an entity reference field, you usually only...
View ArticleAllow media to expose a standalone URL on a per-bundle basis
Problem/MotivationOver in #3017935: Media items should not be available at /media/{id} to users with 'view media' permission by default , the following user interface and API changes were made re:...
View Article