This commit is contained in:
Paula Quispe
2018-05-18 16:54:37 -04:00
parent 12ab6c9244
commit a5c324f57b
5 changed files with 166 additions and 100 deletions

View File

@@ -47,6 +47,7 @@ class Application extends BaseApplication
* @var string
*/
const APP_STATUS_CANCELLED = 'CANCELLED';
const APP_STATUS_TODO = 'TO_DO';
public static $app_status_values = ['DRAFT' => 1, 'TO_DO' => 2, 'COMPLETED' => 3, 'CANCELLED' => 4];
protected $app_title_content = '';
protected $app_description_content = '';