new report: week for users (#2494)

This commit is contained in:
Kevin Papst
2021-04-07 22:20:19 +02:00
committed by GitHub
parent cdad5913ca
commit 2ce6e815ff
27 changed files with 729 additions and 510 deletions

View File

@@ -316,7 +316,8 @@ abstract class AbstractToolbarForm extends AbstractType
'choices' => [
'label.asc' => BaseQuery::ORDER_ASC,
'label.desc' => BaseQuery::ORDER_DESC
]
],
'search' => false,
]);
}
@@ -340,7 +341,8 @@ abstract class AbstractToolbarForm extends AbstractType
}
$builder->add('orderBy', ChoiceType::class, [
'label' => 'label.orderBy',
'choices' => $all
'choices' => $all,
'search' => false,
]);
}