- πΊπΈUnited States smustgrave
This came up as daily BSI target.
Since it's kinda already been triaged I'm going to move to PMNMI because no one else seems to be reporting it since 2017 is this still an issue in D11?
When editing content the label "All languages" appears for a translatable field.
Steps to reproduce:
Create a custom FieldType with 2 fields and set translatable to TRUE for item 1 and FALSE to item 2:
* column_groups = {
* "size" = {
* "label" = @Translation("Size"),
* "translatable" = FALSE
* },
* "text" = {
* "label" = @Translation("Text"),
* "translatable" = TRUE
* },
Configure a new field and set ''Users may translate this field" to TRUE and set "Translatable elements" for "Size" to FALSE and "Text" to TRUE.
When editing content the label "All languages" appears for both "Size" (where it schouldn't) and "Text".
Postponed: needs info
11.0 π₯
field system
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.
Issue summaries save everyone time if they are kept up-to-date. See Update issue summary task instructions.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This came up as daily BSI target.
Since it's kinda already been triaged I'm going to move to PMNMI because no one else seems to be reporting it since 2017 is this still an issue in D11?