mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 17:48:43 +02:00
PPortal web page improvements: protected update feature (class/attcodes explicitely restricted)
SVN:trunk[1324]
This commit is contained in:
@@ -2156,9 +2156,9 @@ EOF
|
||||
$aErrors = array();
|
||||
if (!is_array($aAttList))
|
||||
{
|
||||
$sAttList = $this->FlattenZList(MetaModel::GetZListItems(get_class($this), 'details'));
|
||||
$aAttList = $this->FlattenZList(MetaModel::GetZListItems(get_class($this), 'details'));
|
||||
}
|
||||
foreach($sAttList as $sAttCode)
|
||||
foreach($aAttList as $sAttCode)
|
||||
{
|
||||
$oAttDef = MetaModel::GetAttributeDef(get_class($this), $sAttCode);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user