UI bugs
1 open thread
1 open thread
Closes #3446302
Merge request reports
Activity
139 147 '#size' => 20, 140 148 '#required' => TRUE, 141 149 ]; 142 return parent::buildForm($form, $form_state); 150 151 $form = parent::form($form, $form_state); 152 153 // Remove "extra fields". 154 foreach ($form['fields'] as $key => $field) { Hmm it looks a bit messy to be honest. Maybe we should copy the code of the ::parent() instead and skip the part which is adding extra fields?
Edited by Bálint Junkunczchanged this line in version 3 of the diff
added 1 commit
- 127ee339 - Remove code for setting default (which is now already set).
Please register or sign in to reply