improve editing of evaluation

- an evaluation type can be repeated multiple times on the same action;
- in vue, evaluation are listed by key, not id,
- adding an evaluation make appears directly in "edit" mode;
- ...
This commit is contained in:
2021-08-19 10:14:10 +02:00
parent 9447516694
commit bab06796f1
6 changed files with 134 additions and 83 deletions

View File

@@ -13,7 +13,7 @@ use Symfony\Component\Validator\Constraints as Assert;
* @ORM\Entity
* @ORM\Table(schema="chill_asideactivity")
*/
final class AsideActivity implements TrackUpdateInterface, TrackCreationInterface
class AsideActivity implements TrackUpdateInterface, TrackCreationInterface
{
/**
* @ORM\Id