HOR-4570
This commit is contained in:
@@ -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 = '';
|
||||
|
||||
Reference in New Issue
Block a user