Merge pull request #12551 from frederic34/patch-14

The property table_element_date does not exist on Project
This commit is contained in:
Laurent Destailleur 2019-11-30 01:20:41 +01:00 committed by GitHub
commit 68b36411b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,11 @@ class Project extends CommonObject
*/
public $table_element_line = 'projet_task';
/**
* @var int Name of field date
*/
public $table_element_date;
/**
* @var int Field with ID of parent key if this field has a parent
*/