Merge remote-tracking branch 'origin/release/designer-lot-3' into support/3.1

This commit is contained in:
Molkobain
2023-11-16 16:33:17 +01:00

View File

@@ -2486,7 +2486,7 @@ class MFDocument extends \Combodo\iTop\DesignDocument
if ($bSafe) if ($bSafe)
{ {
$sXPath .= "[not(@_alteration) or @_alteration!='removed']"; $sXPath = "($sXPath)[not(@_alteration) or @_alteration!='removed']";
} }
if (is_null($oContextNode)) if (is_null($oContextNode))