rewrite task list action

This commit is contained in:
2021-10-30 00:41:28 +02:00
parent c63b1015e1
commit e0cb5a88bd
4 changed files with 123 additions and 203 deletions

View File

@@ -19,6 +19,10 @@ use Doctrine\Common\Collections\Collection;
* @ORM\Index(
* name="by_current_state",
* columns={ "current_states" }
* ),
* @ORM\Index(
* name="by_end_date",
* columns={ "end_date" }
* )
* }
* )