Break long text strings in layout edit
In the layout builder edit screen, fields seem to be prefilled with the maximum number of characters allowed with no breaks. This can cause UI issues with certain themes. To reproduce:1. add a field...
View ArticleReplace usages of AssertLegacyTrait::assert(No)FieldByName, that is deprecated
Problem/MotivationAssertLegacyTrait::assertFieldByName() is deprecated in drupal:8.2.0 and is removed from drupal:10.0.0. Use $this->assertSession()->fieldExists() or...
View ArticlejQuery UI resize handle is hidden
Problem/MotivationThe sidebar for adding blocks and sections in layout builder has a jQuery resize option, but it is not usable because the z-index is too low.Steps to reproduce:Install Drupal and...
View ArticleNotice: Undefined offset: 0 in /Field/FieldWidget/FileWidget.php on line 195
I'm getting this image when attempting to add a conditional field - the target field being a name field from the name module and the controlled by field being a list field. Undefined offset: 0 in...
View ArticleSet Block Category to Bundle in block_content module
Currently the block_content module sets it's block category to Custom for all block types that are created. It would be helpful if it could use the bundle name as the block category. It would be easier...
View ArticleView titles in breadcrumb and metatag title don't get properly translated
View titles in breadcrumbs are being passed through the TranslationManager service as English strings. The problem is, view titles aren't even necessarily in English, resulting in incorrectly langcoded...
View ArticleDeprecate IE conditional comments support
Problem/MotivationComing from fixing the CSS Variables po[ln]yfill for IE, i stumbled upon this:How to reproduce:* Want to add library CSS/JS browser-conditional like so:my_library: js:...
View ArticleProvide a new render element for accordion
Problem/MotivationThere are some related issues (I found these: #2893737: Move meta details element from NodeForm to ContentEntityForm, #2893740: Allow the seven sidebar for the node form to be used on...
View ArticleViews exposed filters take too much space
Hi, the exposed filters on views take a lot (too much) space. Let's see an example of a Commerce orders page with some extra exposed filters: the page is filled with toolbar, title, tabs, buttons,...
View ArticleCan't manage Status Messages block in Layout Builder
When you add the "Messages" system block to layout builder, it creates hidden block. It isn't able to be modified or deleted.
View ArticleAdd views argument_default for getting Entity ID from URL
Problem/MotivationWe have content id from url let's have entity id from url.Proposed resolutionCreate plugin.Remaining tasksAdd tests. Review. Commit.User interface changesNew Plugin in viewsAPI...
View ArticleAllow entity field value as argument_default
Problem/MotivationThere is no way in views to set the default value of entity field argument.Proposed resolutionCreate argument_default plugin for entity field value which will allow entity field...
View ArticleAllow synced Layout override Translations: translating labels and inline blocks
Problem/Motivationfollow up #3041659: Remove the layout tab from translations because Layout Builder does not support translations yetPart of #3044386: [META] Make Layout Builder layouts...
View ArticleAllow users to create a block content entity with a specific UUID if it is a...
#2756331: Custom blocks cannot be properly exported and imported is pretty nasty in therm of UX but apparently hard to fix.Basically, if you export a custom block configuration and import this...
View ArticleBlockPluginId process plugin hard codes migrations breaking migrate_upgrade...
Problem/MotivationI have a Drupal 8 website and I am performing a migration from a Drupal 7 website, using the Migrate Upgrade contrib module and its Drush commands.The problem is that when I am trying...
View ArticleViews contextual filter's title override is invisible to TitleResolver
I'm not sure which component this relates to, so I just put other. Someone please feel free to update if you know the offending component.For the sake of a simple example, lets say we have a view...
View ArticleRoute migrate process plugin shouldn't assume that the $options variable...
Blocks #3051251: Existing menu links show validation issues on migration if it will solved by menu link migration derivatives.Problem/MotivationFor being able to properly migrate menu links (without...
View ArticleExisting menu links show validation issues on migration
When I try to migrate a D7 site to D8 I get this messages shown. I thougt first this is all caused by extreme old internal:/ links I used with pathologic 10 years ago, but this is not the case.'1',...
View Article