Change the scaffolding documentation link in README.txt for Drupal 9
Problem/MotivationThe scaffolding documentation link in README.txt refers to version Drupal 8.seehttps://git.drupalcode.org/project/drupal/tree/8.8.x/composer/Plugin/Sca...Proposed...
View ArticleFont-your-face view display
Just a quick report about Font-your-face module and Claro, the view display seems to have problems (cf screenshot). (Not quite sure about the Claro version, I have activated the one in Drupal 8.8.6)...
View ArticleView Template Override
I am facing issue while overriding the View through twig template in Drupal 8. I have created the Unformatted View in D8 with fields. I have overrided the view fields with template named as...
View ArticleContent types are ordered by machine name on node/add
Problem/MotivationContent types are ordered by machine name on node/add but by name on admin/structure/types. This is inconsistent.Proposed resolutionOrder content types by name on node/add.Remaining...
View ArticleSimplify ReviewForm::buildForm() by using '#prefix' and...
This is a followup to #3024682: Migrate UI - add human-friendly module names to the Review form. The patch in #105 over there contained out of scope changes which made it to RTBC but had to be removed....
View ArticleDuplicate path aliases can be added
When adding aliases through the admin interface, there is a validation check (function aliasExists) to make sure you are not reusing an existing alias. Strangely the function does not prevent you from...
View ArticleMenu Autocomplete Link only displays 30 records
Steps for reproducing the issue: - Create a new menu - Add a link - Link Autocomplete only displays maximum 30 recordsExpected Behaviour: - Link Autocomplete display all the results matching the string...
View ArticleValidate file exists in Batch::setFile()
Problem/MotivationWhen the batch API was converted into OO syntax the functionality was left as it was in Drupal 8.3 and before. Because of this an error can happen if the file passed into setFile()...
View ArticleThe media library should perform access checks against the revision of the...
Problem/MotivationCurrently when the media library does access checking on the entity that opened the media library, it does so by loading the entity using a simple...
View ArticleMake CommentUserNameTest extend from CommentViewKernelTestBase
#2555899: Add test coverage for Comment link handlers handler introduces CommentViewKernelTestBase, CommentUserNameTest should extend from that to improve consistency throughout the tests.
View ArticleProvide users with the option to select an appropriate moderation state when...
Problem/MotivationWhen reverting to a previous revision of an item of content, the new revision created matches the moderation state of the revision being reverted.While this keeps the integrity of the...
View ArticleAdd ability to disable AJAX for Views exposed form submit
Request: Provide configuration to disable AJAX for Views exposed form submission.Current Code: If the view is enabled to "use ajax", then form submission and pagers are setup to use AJAX.Use Case:...
View ArticleUnnecessary entity creation in EntityResourceTestBase
This is a slightly obscure and minor issue that cropped up during #2350135: Duplicate path aliases can be added.Around line 795 in EntityResourceTestBase::testPost(), we send an "invalid" POST request...
View ArticleNew installation 8.9.1 crashes upon language selection
When installing from scratch (with softaculous), a new installation of Drupal 8.9.1 crashes after saving a new default language (in my case Dutch). As from then, all admin links report error-500....
View ArticleClaro + layout builder messages display additional icon in top left corner
Steps to reproduceInstall Drupal 8.9Create a block type or twoEnable layout builder moduleEnable Claro themeOn a CT display, enable "Use Layout Builder" and click "Edit layout"Add a block in a...
View ArticleRequired fields are not identifiable on Internet Explorer 11 high contrast
Problem/MotivationRequired fields are not identifiable on Internet Explorer 11 because the required marker is not visible. This field is supposed to have the required marker:This is how this field...
View ArticleFront page redirects to /user if no default is set
Problem/MotivationThe default front page field description says: "Optionally, specify a relative URL to display as the front page. Leave blank to display the default front page." But if left blank, the...
View ArticleAdd recursion protection to EntityReferenceItem normalizers
Problem/MotivationThe HAL module's EntityReferenceItemNormalizer identifies the target_id and invokes the serializer to embed the referenced object in the HAL structures _links and _embedded...
View ArticleMake Drupal\Core\Database\Schema work with reserved keywords for naming
Problem/MotivationIn #2986452: Database reserved keywords need to be quoted as per the ANSI standard we fixed working with reserved keywords for queries. For the class Drupal\Core\Database\Schema there...
View Article