mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
Merge remote-tracking branch 'origin/release/designer-lot-3' into support/3.1
This commit is contained in:
@@ -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))
|
||||||
|
|||||||
Reference in New Issue
Block a user