Review the workflow UI
Problem/MotivationFollow-up to #2779647: Add a workflow component, ui module, and implement it in content moderation - that issue adds a new workflow UI we should review it for usability and add more...
View ArticleCloning an entity with initialized translations leaves $entityKeys and...
Problem/MotivationIn #2772979: Enforcing a cloned entity translation to be new propagates to the original entity a reference problem with the enforceIsNew flag on content entities was detected. The...
View ArticleMove Custom block library to Content
Problem/MotivationUnder Block Layout there are three pages. Two of these (Block layout and Block types) are structure and site-building tasks. Any configuration or new block types are exported in the...
View ArticleCloning an entity with initialized translations leaves $values pointing to...
Problem/MotivationThis issue is similar to #2772979: Enforcing a cloned entity translation to be new propagates to the original entity and #2828073: Cloning an entity with initialized translations...
View ArticleCustom blocks cannot be properly exported and imported
Configuration management shouldn't export custom blocks as currently it will result in broken block.A custom block is made of two entities, one for the placement and one for the actual content. Only...
View ArticleRandom fail in...
Drupal\KernelTests\Core\Entity\ContentEntityChangedTest::testChanged When editing a non-translatable field the updated changed time is equal across all translations. Failed asserting that 1487987261...
View ArticleAdd dagmar as maintainer for Database Logging module
Problem/Motivationdagmar (https://www.drupal.org/u/dagmar) has volunteered to be a subsystem maintainer for the Database Logging (dblog) module. dagmar has actively worked on issues across the dblog...
View ArticleConvert web tests to browser tests for basic_auth module
See #2735005: Convert all Simpletest web tests to BrowserTestBase (or UnitTestBase/KernelTestBase)
View ArticlePlacing the same custom block, more than once, with a period in the title,...
Process:1) Create custom block type. 2) Create a new block, of that new block type just created. [Give the block a title that contains a '.'] Example title: "This.is custom"3) Go to block layout, and...
View ArticleReturn the returned query value from Schema::dropTable()
Problem/MotivationIf you use the Schema::dropTable() method the returned value should be the result of the query, but the returned query value is not verified and even if the query fail the method...
View ArticleReturn if the field was created with Schema::addField()
Problem/MotivationIf you use the Schema::addField() method you don't get any return value that says if the field was create. If you use the Schema::dropField() method you can use the return value that...
View ArticleRemove casts from REQUEST_TIME
Problem/Motivation#1209470: REQUEST_TIME is a float with microseconds on PHP 5.4 introduced casts on REQUEST_TIME because of a temporary change in PHP5.4. We can remove them.Proposed resolution -...
View ArticleEntityResource: Provide comprehensive test coverage for BlockContent entity
Problem/MotivationPlease refer the problem/motivation section of #2737719: EntityResource: Provide comprehensive test coverage: for every entity type, every format, every methodProposed resolutionWrite...
View ArticleAdd documentation to EmbeddedDataSource source plugin
Add API documentation. Make sure that configuration parameters and working with translations are included. Add suitable examples too.See the documentation in the process plugins for format examples.
View Article#description_display broken for details elements
Problem/MotivationFollowing #description_display work defined for elements in issue : #314385: Make position of #description configurable via the API and what has been done more specifically for...
View ArticleThrow an exception if the field doesn't exist in Schema::dropField
Problem/MotivationIf you see the first lines of the Schema::dropField() method you will see that if there is not field no exception is thrown. if (!$this->fieldExists($table, $field)) { return...
View ArticleCall to undefined method Drupal\Core\Config\Schema\Undefined::get
We ran into the following error when updating from 8.2.x to 8.3.0-rc2Error: Call to undefined method Drupal\Core\Config\Schema\Undefined::get() in web/core/lib/Drupal/Core/Config/StorableConfigBase.php...
View ArticleAdd drupalbreaks plugins
Add drupalbreaks plugin wich implement ckeditor module for drypal 7 https://www.drupal.org/project/ckeditor
View ArticleTitle of details element is sanitized too much
Problem/MotivationIf a "details" renderable object type has html markup in title, this markup is sanitized and displayed instead of rendering the...
View ArticleMake image tests to extend JavascriptTestBase
The parent issue highlights test that can be convert to phpunit related tests.The tests under the spotlight here:./Image/ToolkitSetupFormTest.php ./Image/ToolkitTest.php ./Image/ToolkitTestBase.php
View Article