Hide display_id form element if there is only one display.
1 unresolved thread
Closes #2932381
Merge request reports
Activity
added 1 commit
- cfc4b8d8 - Fix: Set formstate input correctly and refactoring.
added 1 commit
- 65f26322 - Fix: Update default display_id in itemResetValues as well.
added 28 commits
-
65f26322...b9731609 - 27 commits from branch
project:8.x-2.x
- 974f1cb0 - Merge branch '8.x-2.x' into 2932381-hide-the-choice
-
65f26322...b9731609 - 27 commits from branch
266 268 'display_id', 267 269 ], 268 270 ]; 271 272 $display_count = count($element['display_id']['#options']); 273 $default_display_id = $element['display_id']['#default_value']; 274 if ($display_count > 2) {
Please register or sign in to reply