Select entity type / bundle in workflow settings
Problem/MotivationIn #2830584: Review the workflow UI it was suggested to select in the workflow entity form which entity types / bundles the workflow should work with.Proposed resolutionAdd entity...
View ArticleAdd batch support for bulk operations
Problem/MotivationSome operations could take a lot of time (publishing 100 nodes) so users end up with timeout on admin pagesProposed resolutionVBO in D7 has option to run operations via batchRemaining...
View ArticleSupport ETag + If-Match for PATCH requests to prevent concurrent updates
Problem/MotivationCurrently, Drupal does not intend for authenticated clients to reuse previously generated and sent HTTP messages.By contrast, integrating HTTP ETags and conditional headers would...
View ArticleUpdate Symfony components to ~3.2
Problem/MotivationSymfony 3 is here, we decided to adopt it for Drupal 8 in #2395443: [policy, no patch] Follow symfony 2.7 or 3.0., this is the question.Proposed resolutionWhile the current patch...
View ArticleConfusing: There is data for this field in the database. The field settings...
Problem/MotivationWhat does this error mean? I can certainly changes these settings on this screen.Proposed resolutionChange: "The field settings can no longer be changed." To: "Some field settings can...
View ArticleCustom logo and favicon stored in private filesystem if it is the default
I created the private file system as detailed in all the documentation. When I upload my custom logo file, it uploads to the private file directory correctly. However, I get an error message on my...
View ArticleUpdate jQuery UI to 1.12
Update jQuery ui, need latest version with this patch: https://github.com/jquery/jquery-ui/pull/1751 because of https://bugs.jqueryui.com/ticket/15052#ticketSince the compile+split is not officially...
View ArticleAllow default format for REST resources
Currently, in order to use JSON format on GET request, REST API requires ?_format=json.I suggest introducing a default_format per resource to be used when no ?_format=json is provided.Proposed format...
View ArticleDrupal >=8.2.x doesn't allow to override all cache bins with...
After updating to 8.2.1 from 8.1.10 on our Acquia Cloud based site, the log files began filling with error like:Warning: apcu_store(): Unable to allocate memory for pool. in...
View ArticleEmpty rounded numeric fields not hidden properly
I have a numeric field that holds pricing data. If the pricing data in the database is 0.00 or NULL and the field is set to round (I'm rounding to 2 decimal places) and the "Count the number 0 as...
View ArticleMore links pointing to custom URLs don't respect entered fragments and...
I have a few blocks that have more links that point to URL's other than View pages. I've previously used the Footer section to provide these links, but thought it might be easier if I could enter a...
View Article508 Compliance Issue - User Selected High Contrast
"User-selected high contrast setting is overridden by the application. As an example, within the user homepage of the Drupal (Internal) application, while high contrast settings are enabled, the...
View ArticleCan't filter by string 'date' when adding options in Views
When adding fields, filters, etc., in Views I am unable to use the string 'date' in the Search field to narrow down the available options. This is because the string of searchable text is derived from...
View Article508 Testing Issues - Skip to main content loses focus
"Within the user homepage of the Drupal (Internal) application, when the user selects the “Skip to main content” link, the visual focus disappears from the screen. User needs to press the Tab key once...
View ArticleWrite EntityResourceTestBase subclasses for: MenuLinkContent
Subtask of: #2824572: Write EntityResourceTestBase subclasses for every other entity type.Also see:(#2737719: EntityResource: Provide comprehensive test coverage: for every entity type, every format,...
View Article508 Issue - Sufficient visual focus is not provided for certain user...
"Sufficient visual focus is not provided for certain user interface elements. As an example, within the “Configure block” screen, sufficient visual indication of focus is not provided for the “Save...
View Article508 Compliance Issue - Certain Links does not contain unique IDs for JAWS
"Certain links do not contain unique link names for JAWS to announce. Within the user homepage of the Drupal (Internal) application, there are multiple “Configuration block edit” links which are...
View Article508 Compliance Issues - Legends
"Legends for certain fields are not announced by JAWS. As an example, within the “Create Basic page” screen, the “Promoted to front page” checkbox is announced by JAWS as “Promoted to front page...
View Article508 Compliance Issue - Certain links are not unique for JAWS to announce
Certain links do not contain unique link names for JAWS to announce. As an example within the “Content” screen, there are multiple “Edit” links present in a table. When the links are accessed JAWS...
View ArticleApache always sets Content-Type: text/html, even for DELETE requests
Problem/MotivationWhile working on #2737719: EntityResource: Provide comprehensive test coverage: for every entity type, every format, every method, I noticed that responses to DELETE requests...
View Article