Merge remote-tracking branch 'origin/support/3.1' into develop

This commit is contained in:
Molkobain
2023-11-16 16:34:30 +01:00

View File

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