handles session timeouts in modals (#1092)

This commit is contained in:
Kevin Papst
2019-09-10 17:07:34 +02:00
committed by GitHub
parent a651e55dc9
commit cdcf9eaf67
12 changed files with 86 additions and 14 deletions

View File

@@ -25,7 +25,7 @@ class TimesheetToolbarForm extends AbstractToolbarForm
{
$this->addSearchTermInputField($builder);
if ($options['include_user']) {
$this->addUserChoice($builder);
$this->addUsersChoice($builder);
}
$this->addDateRangeChoice($builder);
$this->addCustomerChoice($builder);