Enhancement (internal) mark the "dict" entries as modified when loading them.

SVN:trunk[3660]
This commit is contained in:
Denis Flaven
2015-07-28 12:55:51 +00:00
parent fa94dd257a
commit cb5f6e1ada

View File

@@ -538,6 +538,7 @@ class ModelFactory
}
else
{
$oXmlEntry->setAttribute('_alteration', 'added');
$oXmlEntries->appendChild($oXmlEntry);
}
$this->aDictKeys[$sLanguageCode][$sCode] = true;