support custom fields in timesheet batch update (#2043)

This commit is contained in:
Kevin Papst
2020-10-21 17:10:11 +02:00
committed by GitHub
parent 167a826f50
commit 6ed7ee76e7
25 changed files with 392 additions and 105 deletions

View File

@@ -48,10 +48,6 @@ final class EnhancedChoiceTypeExtension extends AbstractTypeExtension
return;
}
if (!isset($view->vars['attr'])) {
$view->vars['attr'] = [];
}
$extendedOptions = ['class' => 'selectpicker'];
if (false !== $options['width']) {