N°5563 AttributeLinkedSet & LinkedSetIndirect conversions between 3.0 and 3.1 formats

This commit is contained in:
Pierre Goiffon
2022-11-14 18:13:52 +01:00
parent ecfae75e10
commit 3aab49c372
7 changed files with 312 additions and 3 deletions

View File

@@ -1520,7 +1520,7 @@ class AttributeLinkedSet extends AttributeDefinition
*/
public function GetEditMode()
{
return $this->GetOptional('edit_mode', LINKSET_EDITMODE_ACTIONS);
return $this->GetOptional('legacy_edit_mode', LINKSET_EDITMODE_ACTIONS);
}
/**