This commit is contained in:
Frédéric FRANCE 2023-04-26 09:21:27 +02:00 committed by GitHub
parent 789336ab34
commit 61b58e8234
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,6 +107,11 @@ abstract class CommonObject
*/
public $table_element_line = '';
/**
* @var int 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table
*/
public $ismultientitymanaged;
/**
* @var string Key value used to track if data is coming from import wizard
*/