Implement new Gray scale on Claro
Problem/MotivationRight now we have a limited amount of greys on the design system and they don't have enough middle steps for some situations. Also, some of them have a different tone due to the grow...
View ArticleIn comment form, the input field width is not matching with the textarea of...
The subject input field width is not matching with the below text area of the comment section. Please refer to the screenshot attached.
View ArticleIn the documentation, change all instances of "url" to...
Problem/MotivationPart of #2574981: Fix grammar ("an URL" should be "a URL") and consistent use of URL (not "url" / "Url") in documentation onlyProposed SolutionIn the documentation, change all...
View ArticleFix grammar ("an URL" should be "a URL") and consistent...
Problem/MotivationSpelling inconsistencies in API documentation in two cases: \Drupal\Core\Url class and URLThe scope has been reduced based on comments from other contributors.Proposed resolutionI...
View ArticleMedia Library widget produces "This value should not be null" error...
Problem/MotivationAdding media field on entity and marking it as required does not show proper validation message.Steps to reproduceSteps to reproduce the bugAdd media field in page content type, and...
View ArticleMultiple warning messages when having untranslatable fields
Problem/MotivationWhile working with content moderation and the paragraphs module. Having some paragraphs with untranslatable fields, and collapsing the paragraphs, after the ajax event we get a...
View ArticleThe pre-filled data of search form moves out of the screen size for tabs and...
Problem/MotivationThe pre-filled data of search form moves out of the screen size for tabs and mobile.Steps to reproduce1. Click on the search icon., the search bar will open. 2. Enter any alphabet you...
View ArticleThe double focus appears on input fields in layout builder.
The double focus appears on input fields(checkboxes, radio buttons, and the alternative text field in the layout builder while adding content. Please refer to the video attached.
View ArticleConvert schema.inc to a service
Problem/MotivationConvert the schema.inc functions to a service so it can be injected, unit tested and swapped. Affected...
View ArticleRewrite as URL adding equals sign to end of url.
Problem/MotivationCurrently drupal_get_query_array does't support a syntax like that 'http://domain.org?flag' because it sets the value of flag to "". If drupal_http_build_query is called on this it is...
View ArticleSimple decimals fail to pass validation
Problem/Motivation- Create decimal field, set precision to 10 (minimum in the UI and scale to 4 - Saving new node with value 19999.0000 succeeds (precision is 5+4 = 9). - Saving new node with value...
View ArticleResend welcome message from admin user/edit
Problem/MotivationNew users registering accounts on a Drupal site can lose the welcome email to their spam filtering software or 3rd party email provider error.New users can be created/imported into a...
View ArticleVocabulary name not translated in page title of the taxonomy overview and...
Problem/MotivationThe existing vocabulary translation is ignored for page titles at "entity.taxonomy_vocabulary.overview_form" and "entity.taxonomy_vocabulary.reset_form" routes.Steps to...
View ArticleAdd new hook DATABASEMODULE_views_data_DATABASEDRIVER_alter to the views module
Problem/MotivationThe database driver for MongoDB needs to change the views data after all calls to the hook_views_data_alter() have run. MongoDB stores all entity data for an entity instance in a...
View ArticleSet samesite cookie attribute for PHP sessions
Problem/MotivationDrupal 7 does not set the samesite attribute for PHP session cookies, unless on PHP 7.3 or higher. Up until recently, all major browsers treated cookies without this attribute as if...
View ArticleNotice: Undefined index: value in template_preprocess_views_exposed_form() on...
Problem/MotivationGetting this notice every time we visit any view page/blockNotice: Undefined index: value in template_preprocess_views_exposed_form() on line no.1001Proposed resolutionAdd isset() to...
View ArticleLeft side Rss feed design broken in desktop
Rss feed design broken in node edit content, I have attached screenshot here.
View ArticleCustom form AJAX error of upload file size shown even with no file field.
The file Drupal\Core\Form\FormBuilder has a very strange check in buildForm. // In case the post request exceeds the configured allowed size // (post_max_size), the post request is potentially broken....
View ArticleThe views "Serializer" style plugin does not collect cacheable...
Problem/Motivation\Drupal\rest\Plugin\views\style\Serializer::render calls off to the serialization system. Since Serialization API now allows explicit bubbling of cacheability metadata from...
View ArticlePOST request gets "leaked metadata" error if an entity reference...
ProblemWe want to create an new resource using a POST request. The node we want to create has an entity reference field that uses a basic entity reference view as the Reference method. When sending the...
View Article