- First commit to issue fork.
- 🇮🇳India ajinkya45 Pune
ajinkya45 → changed the visibility of the branch 3225375-adding-weight-and to hidden.
- Merge request !12409Issue #3225375: Skip rendering hidden widget type in form display → (Open) created by Unnamed author
- 🇮🇳India ajinkya45 Pune
Programatically setting a field display with 'type' => 'hidden' never worked,the field was still rendered in the entity form. However, when using the UI, setting a field to "Disabled" correctly hides the field because the display options omit the widget type entirely. Proposed solution - Skip adding hidden widget type in EntityFormDisplay::buildForm(), did the same in the MR.
- 🇮🇳India ajinkya45 Pune
Updated issue summary to reflect current understanding of the bug and scope of the fix.