Problem/Motivation
TBD
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | ui_patterns_ui_form_display.png | 34.29 KB | goz |
| #11 | ui_patterns_ui_display_configuration.png | 103.73 KB | goz |
Issue fork ui_patterns-3477625
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
Comment #2
christian.wiedemann commentedComment #4
christian.wiedemann commentedComment #5
pdureau commentedComment #6
goz commentedHi Christian. Good work on this !
I have an issue installing this module.
Looks like something is missing in entity type configuration, which do config_translation module complain.
Adding definition of edit_form in routing file fixes it
Comment #7
christian.wiedemann commentedComment #8
goz commented@Christian, i think you miss my comment #6
Comment #9
christian.wiedemann commented@goz no that is fixed. I removed the URL from the entity. The routes are added dynamicly so the route in the yml is wrong. (Core is doing the same in field_ui).
Comment #10
goz commentedThanks @Christian, i miss that.
MR has to be rebased
Comment #11
goz commentedWeight of fields is different between configuration and display.
In configuration :

In display :

Comment #12
christian.wiedemann commented@goz: Thanks! I fixed the issues.
Comment #14
christian.wiedemann commentedI fixed the component_id logic and it works now everywhere. I tested Layout Field formatter and views. I also removed the base class. So I am fine now
Comment #16
just_like_good_vibesin addition to the work done today, i did the following changes :
Comment #17
christian.wiedemann commentedComment #20
christian.wiedemann commented