Problem/Motivation

During development, it was decided to lock display override field storage, so users can't change cardinality (locked to unlimited) or translation strategy (manage elsewhere).

However, 2 changes happened since then:

Proposed resolution

Remove this logic from EntityViewDisplayFormTrait

Low priority, let's address this after 1.0.0. I have just open the ticket to host the current work, which was helpful to review #3611826: Display Builder override saves to wrong language on multilingual sites.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

pdureau created an issue. See original summary.

pdureau’s picture

Issue summary: View changes

pdureau’s picture

Assigned: pdureau » Unassigned
Issue summary: View changes
Status: Active » Needs review

Looks good.

Let's check if the switch is correctly handled by #3555110: Symmetric translation

Looks good too.

But I still believe it is better to not unlock config so close to RC1, it may be pandora box. Let's review and merge this during the 1.0.x lifecycle.

pdureau’s picture

Priority: Normal » Minor