Make BlockContent entities publishable
Problem/MotivationThere is currently no way to unpublish BlockContent entities. Now with #2810381: Add generic status field to ContentEntityBase we have an easy way to do this.Proposed resolutionAdd...
View ArticleFix 'Generic.Formatting.SpaceAfterCast' coding standard
Part of meta-issue #2571965: [meta] Fix coding standards in coreStep 1: PreparationOpen the file core/phpcs.xml.dist and add a line for the sniff of this ticket. The sniff name is in the issue title....
View ArticleIntroduce Drupal.offCanvas, mirrored after Drupal.dialog, to avoid Settings...
Problem/MotivationCurrently all functions within off-canvas.es6.js are private scoped. Some themes, like Bootstrap, already have their own modal JavaScript which do not rely on jQuery UI. Due to the...
View Articleauthor relationship not working for revisions
Hi,When trying to list the user who last edited a node, the view field "User: Name (Name)" coupled with the relationship "Content: Content author" only display the person who created the node and not...
View ArticleViews Node operations bulk form issue
Hello, I have issue with views node operations bulk form. I altered node field in hook_views_pre_render(), for exampleforeach($view->result as $value){...
View ArticleView Display Generates Multiple Links when Rewriting Trimmed Output
I came across this issue when building some View displays today—which was perplexing to track down. What happened was that the last item being displayed in a Views field collection would have multiple...
View ArticleDrupal 8 Configure filter criterion: Broken/missing handler
When attempting to add a filter for a "list (numeric)" fieldConfigure filter criterion: Broken/missing handler The handler for this item is broken or missing. The following details are available:...
View ArticleFix 'PEAR.Functions.ValidDefaultValue' coding standard
Part of meta-issue #2571965: [meta] Fix coding standards in coreStep 1: PreparationOpen the file core/phpcs.xml.dist and add a line for the sniff of this ticket. The sniff name is in the issue title....
View ArticleWhat to do with testing css animations?
Problem/MotivationDue to various CSS transitions/animations/transforms, checking the visibility of elements is not always correct. This leads to random...
View ArticleFix 'Squiz.ControlStructures.ForLoopDeclaration' coding standard
Part of meta-issue #2571965: [meta] Fix coding standards in coreStep 1: PreparationOpen the file core/phpcs.xml.dist and add a line for the sniff of this ticket. The sniff name is in the issue title....
View ArticleFix 'PEAR.Functions.FunctionCallSignature' coding standard
Part of meta-issue #2571965: [meta] Fix coding standards in coreStep 1: PreparationOpen the file core/phpcs.xml.dist and add a line for the sniff of this ticket. The sniff name is in the issue title....
View ArticleViews exposed form block options are not updated immediately when adding...
Problem/MotivationIn the process of triaging issue #2823541: Table clicksort is lost when using views exposed filter @xjm and I encountered another problem relating to the views exposed block form...
View ArticleFix 'Generic.NamingConventions.ConstructorName.OldStyle' coding...
Part of meta-issue #2571965: [meta] Fix coding standards in coreStep 1: PreparationOpen the file core/phpcs.xml.dist and add a line for the sniff of this ticket. The sniff name is in the issue title....
View ArticleFixes for settings tray CSS and JavaScript minor issues
Problem/MotivationSettings Tray contains minor coding standards issues in it's CSS and JavaScript. Proposed resolution- Fix JavaScript coding standards issues. - Add CSS cross-browser prefixes. -...
View ArticleREST views specify HTML as a possible request format, so if there is a...
I think we need a new test for getting taxonomy terms via the REST API.When you try to get a taxonomy term with an "Accept" header of application/json. you get the following error: {"message":"Not...
View ArticleMove off-canvas functionality from Settings tray module into...
Problem/MotivationFor modules to use the off-canvas dialog provided by the Settings Tray module without the Settings Tray The Settings Tray module besides what its name suggests provides a lot more...
View Article#suffix & #prefix Not Included in Documentation
API page: https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Render%21...Enter a descriptive title (above) relating to abstract class FormElement, then describe the problem you have found:I...
View ArticleFacilitate 2FA+MultiFactor compatibility (2FA/two-factor -> MFA/multi-factor)
From the CMX.zone distributions project, filing as a feature request for feedback both from BackdropCMS core and Drupal 7.x core.External references:- CMX.zone:...
View ArticleApplying #states to a vertical tab does not update the vertical tabs menu
Problem/MotivationApplying the states API to a vertical tab removes the tab content, but not the link in the vertical tab menu:Steps to reproduce:$form['toggle_visible'] = array('#type' =>...
View ArticleD7 Plain text fields incorrectly migrated to D8 as Text (formatted)
Problem/MotivationDrupal 8 has separate field storage types Text (plain) and Text (formatted). There's also Text (plain, long) and Text (formatted, long). The important part here is that this selection...
View Article