mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
#849: fix for the special case of loading class tags into a hierarchy
SVN:trunk[3004]
This commit is contained in:
@@ -1909,7 +1909,7 @@ class MFElement extends DOMElement
|
||||
{
|
||||
return $this->parentNode->IsClassNode();
|
||||
}
|
||||
elseif ($this->tagName == 'classes')
|
||||
elseif (($this->tagName == 'classes') && ($this->parentNode->tagName == 'itop_design') ) // Beware: classes/class also exists in the group definition
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user