layout and clean activity reason crud

This commit is contained in:
2015-10-02 13:57:23 +02:00
parent 0bee5e46db
commit bebee4fbeb
8 changed files with 46 additions and 89 deletions

View File

@@ -45,7 +45,7 @@ class ActivityReason
/**
* @var boolean
*/
private $active;
private $active = true;
/**

View File

@@ -40,7 +40,7 @@ class ActivityReasonCategory
/**
* @var boolean
*/
private $active;
private $active = true;
/** @var ArrayCollection array of ActivityReason */
private $reasons;