How to add <button type="submit"> in form elements
I am unable to add in form elements. Please help me.
View ArticleConvert web tests to browser tests for image module
See #2735005: Convert all Simpletest web tests to BrowserTestBase (or UnitTestBase/KernelTestBase).Out of Scope:#2959466: [PP-1] Convert web tests to browser tests for image module (Part 2) -...
View ArticleNode type body class is not present on node preview page
Problem/MotivationOn node pages there is a node type class of the form page-node-type-[node-type] however this class is not present on node preview pages, leading to preview pages not having the same...
View ArticleAdding File Usage "File" relationship results in broken/missing...
I am trying to add a relationship "file usage" to a view. I click the submit button, but the relationship never gets added and UI never closed. I can add other relationships as expected.To replicate...
View ArticleLast read comment field/filter/argument uses still the node.changed instead...
Updated: Comment 0Problem/MotivationComment entity statistics view plugins are broken and there's no tests. They are not properly ported to interact with entities other then nodes. There's no way to...
View ArticleSort bundle labels in Field list report
Problem/MotivationIf you go to the Field List page (admin/reports/fields) you will see that the USED IN column don't have the bundles labels in alphabetical order, so sometimes is a little difficult to...
View ArticleAdd constraints to all simple configuration
Problem/MotivationSimilar as we want to expose UPDATE functionality for config entities, (see #2869792: Add constraints to all config entity types / #2300677: [PP-1] POST/PATCH/DELETE config entities...
View ArticleAllow hook_entity_field_access() to grant field-level access to User fields:...
Background In D8 the default access settings are simple: there is a single 'administer users' permission that controls editing other users.More complex schemes are possible using contrib modules to...
View ArticleUpgrade path for Color 7.x
Problem/MotivationWe need an upgrade path for the D7 core Color module.Remaining TasksTheme-specific variables maintained by the Color module need to be moved into configuration objects. This is a bit...
View ArticleUpdate the Umami Vegan Chocolate Brownie recipe
@sharjay and I have revisited the Umami Chocolate Brownie recipe to make a number of improvements. This includes a better recipe and a much improved image of the result.The proposal is to update the...
View ArticleMoving a large block on a smaller screen is very hard to do
Moving a large block on a smaller screen (13') is very hard to do. (I succeeded once) See: https://www.youtube.com/watch?v=GQ_D6A3j3AsUsing latest Chrome, Standard profile, 8.6.x, 13-inch screen....
View ArticleMissing schema for display_options.defaults.sitename_title
Create view with attached views.view.test.ymlSchema fails to validate. For example install the config_inspector module and run "drush...
View ArticleAdd ignore on duplicate key to insert query
ProblemCurrently there is no way to use an insert query with ignore when duplicate key is found.Proposed resolutionI think the best way to implement it is the following:Update the base insert class...
View ArticleConvert web tests to browser tests for menu_ui module
See #2735005: Convert all Simpletest web tests to BrowserTestBase (or UnitTestBase/KernelTestBase)Blockers: - #2795085: Add assertNoCacheTag to assertLegacyTrait
View ArticleUnused variable and condition check in...
In core/modules/views/src/Plugin/views/argument_validator/None.php $arg is not being used anywhere and also if condition is also checking whether it is numeric or not. I think it should be removed.
View ArticleFileAccessControlHandler cacheability metadata inaccurate
Problem/MotivationI saw http://cgit.drupalcode.org/drupal/commit/?id=c732355412b84a6f7079d92b402... for SA-CORE-2017-003.But I noticed that the changes to FileAccessControlHandler::checkAccess() were...
View ArticleReplace SIMPLETEST_USER_AGENT cookie name
Problem/MotivationLet's no longer use SIMPLEST_USER_AGENT as name of the cookies to communicate with child siites, but replace it with TEST_USER_AGENT. Deprecated the old way and throw errors.Proposed...
View ArticleLeverage JS for JS testing (using nightwatch)
Problem/MotivationWe agreed on using nightwatch for JS browser testing, see below for more information.This has been worked on by the JavaScript Initiative and is ready for a review here on d.o 🎉 It...
View ArticleProblems using 'Rendered entity - Block' in header/footer
Problem/MotivationViews allows rendering a block in the View header or footer using the 'Global: Rendered entity - Block'Problem 1: Bad UXWhat value to enter in the field 'Block ID'. After a bit of...
View ArticleAllow install profiles to require modules
Problem/MotivationIn an install profile's .info.yml file the dependencies behaves differently than a module's key of the same name. For an install profile it is a list of modules to install when the...
View Article