Use dropdown for IEF operations
1 unresolved thread
Closes #2979075
added 1 commit
514 | 514 | '#access' => !$element['#translating'], |
515 | 515 | ]; |
516 | 516 | } |
517 | ||
518 | foreach (Element::children($row['actions']) as $action) { | |
519 | $row['actions'][$action]['#dropbutton'] = 'actions'; | |
|