Closed (fixed)
Project:
UI Patterns (SDC in Drupal UI)
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
29 Sep 2024 at 14:56 UTC
Updated:
24 Jul 2025 at 09:33 UTC
Jump to comment: Most recent, Most recent file
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