Make vocabulary label in administrative listing link to its list of terms
slightly related to #744258: admin/structure/taxonomy paths have to use machine_name, not vid (find a better issue about the taxonomy vocabular list admin page)Problem/Motivation"viewing" something is...
View ArticleTranslations from default lost/skipped when publishing forward revision of a...
Problem/MotivationIn the core paramconverter always returns the default revision of an entity. However for content_moderation we often need the latest revision. For example create a node and publish...
View ArticleMessages are not rendered last, meaning those messages set within...
@catch at #2702001-12: Inject config factory for BigPipe (including in exception handlers):Can we open a follow-up, or link to the existing issue if there is one, to something which would allow the...
View ArticleRandom fails in UpdatePathTestBase tests
We're getting random fails in update tests - often starting with something likefail: [Browser] Line 248 of core/modules/system/src/Tests/Update/UpdatePathTestBase.php: GET...
View ArticleDecide what to do with revision metadata base field definitions
Problem/MotivationNodes - as the canonical example of revisionable entities - store the revision author, the revision timestamp and a log message for each revision. The Node entity declares these...
View ArticleMultistep Form Wizard
Drupal core has been lacking a fairly easy to use form wizard for a long time. CTools has a good example of how these can work, and with the advent of tempstore in core, officially blessing an approach...
View ArticleInline errors not shown for container elements
Split from #2512306: Inline errors not shown for details elements.Set an error on a "container" element (the root of a widget, for example), and it won't be shown. Meanwhile, fieldsets work fine. If...
View ArticleNotice: Undefined offset in Drupal\Core\Entity\Query\Sql\Tables->addField()
Problem/MotivationThe following code in my custom module: $query = Drupal::entityQuery('node') ->condition('type', 'some_type') ->notExists("field_some_field.1"); $ids =...
View ArticleEntity Reference Views Limit not working
Hello,The limit of entity reference when I use views is not working it's aways 10 instead of use the views pagerSteps to reproduceCreate a new views and create a display type entity referenceSelect 50...
View Articlehide usernames from users without the "access user profiles"...
Usernames are somewhat important, especially for brute force attacks.There are a few callbacks in contributed modules that let people see usernames that I would like to change to "access user...
View ArticleEmbedec Form validation is not working in the block
Follow-up to #2772235: Add test coverage for GoogleCurrencyConverterForm validateFinal MethodEmbeded Form validation is not working in the block. It seems that the Formstate is not available.
View ArticleSupport drag-and-drop image uploads in CKEditor
Problem/MotivationCKEditor 4.5 added HTML5 drag-and-drop file uploads. This can be done by using the uploadwidget.Proposed resolutionWe should support this feature in Drupal 8 core too and add it in a...
View ArticleText editors do not respect <textarea rows>: make that clear in the...
Adjusting the row count in form display settings (e.g. in a content type form display) does not change the height of the text editor.This is particularly bad for mobile users because there is no way to...
View ArticleVERSION in library declarations does not work for contributed/custom modules
ProblemOnly core modules are able to specify version: VERSION in their declared libraries, because the version of a core module is the version of Drupal core.In case a module or theme is updated, then...
View ArticleHandle files uploaded to the private storage as internal
Follow-up to #2744197: Proper private file support for images uploaded via EditorImageDialogProblem/MotivationAny files uploaded to the private file storage will be treated as external by the "Restrict...
View ArticleProper private file support for images uploaded via EditorImageDialog
Problem/MotivationEditor.module allows file uploads for any editor, with the possible file storage of private files. OTOH, editor.module does not implement hook_file_download(), so any files uploaded...
View ArticleREST GET fails on entity/taxonomy_vocabulary/{id} 403 Forbidden with error
this is a major show stopper for decoupled drupal 8 developers.The following endpoint; * /entity/taxonomy_vocabulary/{taxonomy_vocabulary} produces a 403 and {"error":""}Example to reproduce:curl...
View Articleadd a method for getting the relationship handler to HandlerBase
A method to get the relationship handler that a Views handler is on would be useful.
View ArticleHow to POST a comment and other entities using entity references
Problem/MotivationIt's not clear how to POST a comment (and probably other entities having relations like book page, entity referenced entity).Submitting a node by following the REST+HAL node POST on...
View ArticleSupport "auto-create" entity references by value (instead of by...
Currently, before you can actually REST POST an entity that uses an entity reference / taxonomy field, for example, an 'article' node with a tag;you first have to;GET to check if the tag exists, in...
View Article