mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 23:32:17 +02:00
N°4718 - Remove "FilterCodes" - fix $m_aFilterForbiddenAttributes init
This commit is contained in:
@@ -3089,7 +3089,7 @@ abstract class MetaModel
|
|||||||
if(!array_key_exists($sClass, self::$m_aFilterForbiddenAttributes)) {
|
if(!array_key_exists($sClass, self::$m_aFilterForbiddenAttributes)) {
|
||||||
self::$m_aFilterForbiddenAttributes[] = $sClass;
|
self::$m_aFilterForbiddenAttributes[] = $sClass;
|
||||||
}
|
}
|
||||||
self::$m_aFilterForbiddenAttributes[$sClass][] = $sCode;
|
self::$m_aFilterForbiddenAttributes[$sClass][] = $sAttCode;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Compute the fields that will be used to display a pointer to another object
|
// Compute the fields that will be used to display a pointer to another object
|
||||||
|
|||||||
Reference in New Issue
Block a user