Fixed Trac #156: make sure the hierarchical ZLists are supported everywhere (final cleanup).

SVN:trunk[1118]
This commit is contained in:
Denis Flaven
2011-03-08 11:19:38 +00:00
parent 089407119b
commit 49e05acd4b
4 changed files with 4 additions and 4 deletions

View File

@@ -227,7 +227,7 @@ $sJSHandlerCode
// Now use the dependencies between the fields to order them
// Start from the order of the 'details'
$aList = MetaModel::GetZListItems($this->m_sClass, 'details');
$aList = MetaModel::FlattenZlist(MetaModel::GetZListItems($this->m_sClass, 'details'));
$index = 0;
$aOrder = array();
foreach($aFields as $sAttCode => $void)