Resolve #3446953 "Fix uiconfig bugs"
1 unresolved thread
Closes #3446953
Merge request reports
Activity
added 1 commit
- a238601a - Create new displays in edit form with status TRUE.
168 168 'targetEntityType' => $entity_type_id, 169 169 'bundle' => $bundle, 170 170 'mode' => $mode, 171 'status' => TRUE, I checked:
- There are two separate places we have this $entity_ce_display_storage->create(). They are now the same (except for the 'id' which is apparently not needed here and that's - fine).
- I don't think there's a strong case for merging these. Core also has this kind of create() in several places.
changed this line in version 3 of the diff
(removed, because being fixed in https://www.drupal.org/project/custom_elements/issues/3446296 )
Please register or sign in to reply