Update drupal core to 8.7.3 while running 'drush updb' return a...
While I updating drupal core to 8.7.3 drush updb command return a fatal error. Here are the error logs.In Process.php line 239: The command "ssh -o PasswordAuthentication=no -o StrictHostKeyChecking=no...
View ArticleMove specific entity type handlers to the modules that provide those entity...
Problem/MotivationContent moderation provides some handlers for nodes and blocks. When in contrib it made sense to have these packaged with the module, but now that it's a feature of core, should these...
View ArticleCreate a means to mark a library as deprecated in a *.library.yml file
Problem/MotivationCurrently in core we have no way to deprecate libraries included in core library files. As jQuery UI is EOL, we need a way to mark the various jQuery libraries as deprecated to be...
View ArticleUI for publishing/unpublishing taxonomy terms
Follow-up to #2880149: Convert taxonomy terms to be revisionableProblem/MotivationIn #2880149: Convert taxonomy terms to be revisionable taxonomy terms got a publishing status field, but no UI is yet...
View ArticleAdd 'view' link to Node revisions overview "Operations"...
On the Node Revisions overview table, there is no link for the "View" operation in the "operations" dropdown button. See screenshot:The "View" link for the revision is generated in the "Revision"...
View ArticleView output is not used for entityreference options
Please also consider those that participated in #2714089: Views Filter by an entity reference view not working as expected when assigning issue credit. Done, see #84.Problem/MotivationWhen an entity...
View ArticlePrompt users when adding new requirements with scaffolded assets
Problem/MotivationBy default, the drupal/scaffold plugin will not scaffold files from a dependency unless it is whitelisted in the top-level composer.json file. This is done to avoid unexpected...
View ArticleReference Field -- Sort By settings -- only shows 1 field label from 1 random...
Problem/MotivationSteps to reproduce this issue:a) Install with the Standard install profile.b) Go to Admin > Structure > Content Types.c) Edit the Article content type -- change its name to...
View ArticleMake redirect after saving a menu link into another parent menu, go to the...
Problem/Motivation#2301313: MenuLinkNG part3 (no conversions): MenuLinkContent UI (or ... part #5) uses the ?destination= on the add and edit menu link links, this is not changed when in the add/edit a...
View ArticleAdd "edit blocks" and "create 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 ArticleText field too long...
Si è verificato un problema durante la creazione del campo Comune Indirizzo Evento: Exception thrown while performing a schema update. SQLSTATE[42000]: Syntax error or access violation: 1059 Identifier...
View ArticleStable base theme in core
Problem/MotivationThis is a meta/plan issue to keep track of what's needed to make Stable a reality.The Plan#2575421: Add a Stable base theme to core and make it the default if a base theme is not...
View ArticleDeprecate base theme fallback to Stable
Problem/MotivationIf a theme hasn't provided base theme setting, the theme will currently fallback to extending stable. This works when there's only one version of stable. However, in Drupal 9, there...
View ArticleMerge Cells is is not working
I noticed merging cells is not working when you are using FireFox. Starting with a core 8.7.3 installation I tried the following:1) add the table funcion to the basic text format 2) Create a new...
View ArticleDefine 'original' as property on the entity object
Problem/MotivationCurrently we set $entity->original during the saving process however the entity object does not have such a property and therefor on content entities the magic methods __isset,...
View ArticleAllow updating modules with new service dependencies
Problem/MotivationWhen a module update introduces a dependency on a new module and adds a service with a dependency on a service of the new module. The system breaks and the update hook can not be...
View Article"You have unsaved changes" on node layout builder page
there were few custom blocks and one simplenews subscribtion block in my node layout builder page which was perfect without problem, but after I added one custom block into the page, I got the message...
View ArticleAllow 'syncing' content to be updated in content moderation without...
Problem/MotivationFor a long time content_moderation has always created a new revision when saving a moderated entity and controlled the publishing and defaultness of that revision according to the...
View ArticleAllow multiple vocabularies in the taxonomy filter
Problem/MotivationField UI allows you to select multiple target bundles for a field. When you get to the views UI though you can select just a single vocabulary. For some usecases this is a...
View ArticlegetUntranslated() doesn't refer to anything
The correct doxygen is "Returns the translatable object referring to the original language." this is very strange and doesn't mesh with the doxygen of say getTranslation() which doesn't mention any...
View Article