Label translation does not visible for built in fields
In a newly created Drupal site the Label field of the Article node type is not offered for translation by the Configuration translation module. However, after modifying the original English label text,...
View ArticleImplement Entity Reference Backreferences
Prior Art In D7 we had needed https://www.drupal.org/project/entityreference_backreference for exposing backreferences in the entity API. Some other modules and...
View ArticleUnable to Publish/Unpublish from Content Admin Screen when content_moderation...
Enabling the "Content Moderation" module breaks the bulk operations at /admin/content for all content types, even ones that don't have Content Moderation enabled for them specifically.This makes some...
View ArticleFatal error when viewing node with content moderation enabled if a module...
Problem/MotivationUsing content moderation module on a site where there is some modules which implements hook_node_grants() generate a fatal error when viewing node moderated which have not been yet...
View ArticleWhen enabling moderation apply a relative state
Problem/MotivationWhen enabling moderation on a bundle the moderation state is not set on existing entities, therefore it gets the default state, which is often 'draft'.Proposed resolutionWhen enabling...
View ArticleUrl::fromRoute does not understand Russian characters in the query option
Code: \Drupal::service('link_generator')->generate($title, Url::fromRoute('yarcom_sphinx.search_type', array('search_type' => $t), array('set_active_class' => TRUE,'query' => array('q'...
View ArticleAdd experimental Field Layout module to allow entity view/form modes to...
Problem/MotivationExpand the Field UI to switch between two layouts: one column and two column (left/right) Since this issue depends on #2296423: Implement layout plugin type in core, modules and...
View ArticleAdd support for Quick Edit to the Content Moderation module
Problem/MotivationAt the moment, Content Moderation and Quick Edit are incompatible. If users are viewing a moderated entity, Quick Edit is only available on the default revision, which goes against...
View ArticleProgramatically creating a published entity doesn't result in a...
Problem/MotivationIf you create a node and call setPublished and immediately save it and call isPublished, you'll find the entity is unpublished when it belongs to a bundle that is being...
View ArticleClean-up unused variable and useless method call from LanguageRequestSubscriber
Follow-up to #2650434: Clearing cache via UI in translated language resets config translation of field labels to default languageProblem/Motivation$request variable is not used and setCurrentUser()...
View ArticleClearing cache via UI in translated language resets config translation of...
Problem/MotivationI translated field labels through the configuration translation module UI. When I create a node and then translate it the translated version reflects translated field labels so for...
View Articletaxonomy_term_load_parents_all() doesn't work correctly with multiple...
Status: A partial fix has been committed to D7 in #346156-14: term delete fails because of misnamed function. However, per #13 and a duplicate issue against D7 (see #19) this still doesn't work...
View ArticleFew spelling typos
Typos: statc, Contructs, optioanl, correclty, Snice, sttings, moncerus, file_save_htacess(), thre, perfoming, glueing, meothd, vlaue.- // internal statc caching of FileCache is used and thus avoids...
View ArticleAdd a SQL index for entity types that are using EntityPublishedInterface
Problem/MotivationNow that we have a generic interface for publishable entities, a lot of queries will need to take the entity status into account.Proposed resolutionAdd a SQL index for...
View ArticleAdd phpcs, coder 8.2.8 as --dev requirements for drupal/core
Problem/MotivationNow that we're well on our way to managing coding standards in a reproducible way: #2571965: [meta] Fix coding standards in core...let's just add the tools to core's composer.json dev...
View ArticleWeird spacing in words in footer
I've got a design issue in latest Drupal 8 version with Bartik theme. I've made you a screenshot, see this link: https://s29.postimg.org/qbd8l5zsn/error.jpg or view the attachment. There are 3 German...
View Articlemenu_cache_clear description contains duplicate word: cached cached
API page: https://api.drupal.org/api/drupal/includes%21menu.inc/function/menu_cach...Enter a descriptive title (above) relating to function menu_cache_clear, then describe the problem you have...
View Articleinaccurate description for EntityTypeManager::getHandler()
API page: https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!EntityType...> Creates a new handler instance for a entity type and handler type.That's not true. It caches the instantiated...
View ArticleExposed filter criteria gives internal server error on edit in rest view
Exposed filter criteria gives internal server error on edit in rest view. I have created a rest view for articles content. We have a filter Authored By exposed. Filter criteria was successfully added...
View Article