mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°6384 - fix typo
This commit is contained in:
@@ -2064,7 +2064,7 @@ EOF
|
||||
$this->CompileCommonProperty('display_style', $oField, $aParameters, $sModuleRelativeDir);
|
||||
$this->CompileCommonProperty('filter', $oField, $aParameters, $sModuleRelativeDir);
|
||||
$this->CompileCommonProperty('allowed_values', $oField, $aParameters, $sModuleRelativeDir);
|
||||
$this->CompileCommonProperty('with_constrain', $oField, $aParameters, $sModuleRelativeDir, false);
|
||||
$this->CompileCommonProperty('with_constraint', $oField, $aParameters, $sModuleRelativeDir, false);
|
||||
$aParameters['depends_on'] = $sDependencies;
|
||||
} elseif ($sAttType == 'AttributeLinkedSet') {
|
||||
$this->CompileCommonProperty('linked_class', $oField, $aParameters, $sModuleRelativeDir);
|
||||
@@ -2074,7 +2074,7 @@ EOF
|
||||
$this->CompileCommonProperty('display_style', $oField, $aParameters, $sModuleRelativeDir);
|
||||
$this->CompileCommonProperty('edit_mode', $oField, $aParameters, $sModuleRelativeDir);
|
||||
$this->CompileCommonProperty('filter', $oField, $aParameters, $sModuleRelativeDir);
|
||||
$this->CompileCommonProperty('with_constrain', $oField, $aParameters, $sModuleRelativeDir, false);
|
||||
$this->CompileCommonProperty('with_constraint', $oField, $aParameters, $sModuleRelativeDir, false);
|
||||
$aParameters['depends_on'] = $sDependencies;
|
||||
} elseif ($sAttType == 'AttributeExternalKey') {
|
||||
$this->CompileCommonProperty('target_class', $oField, $aParameters, $sModuleRelativeDir);
|
||||
|
||||
@@ -1133,9 +1133,9 @@ class iTopDesignFormat
|
||||
$this->RemoveNodeFromXPath("/itop_design/classes//class/fields/field[@xsi:type='AttributeLinkedSetIndirect']/display_style");
|
||||
|
||||
// N°6228 - Remove last Profil of a User / Exceed SaaS User quota without control
|
||||
// - Remove with_constrain
|
||||
$this->RemoveNodeFromXPath("/itop_design/classes//class/fields/field[@xsi:type='AttributeLinkedSet']/with_constrain");
|
||||
$this->RemoveNodeFromXPath("/itop_design/classes//class/fields/field[@xsi:type='AttributeLinkedSetIndirect']/with_constrain");
|
||||
// - Remove with_constraint
|
||||
$this->RemoveNodeFromXPath("/itop_design/classes//class/fields/field[@xsi:type='AttributeLinkedSet']/with_constraint");
|
||||
$this->RemoveNodeFromXPath("/itop_design/classes//class/fields/field[@xsi:type='AttributeLinkedSetIndirect']/with_constraint");
|
||||
|
||||
// N°2783 - Custom zlists
|
||||
$this->RemoveNodeFromXPath("/itop_design/classes//class/presentation/custom_presentations");
|
||||
|
||||
Reference in New Issue
Block a user