Changeset 14606

Show
Ignore:
Timestamp:
01/24/08 10:45:23 (11 months ago)
Author:
rambo
Message:

forward port r14605

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.helper.datamanager2/formmanager.php

    r14390 r14606  
    222222 
    223223        // iterate over all widgets so that they can add their piece to the form 
    224         foreach ($this->_schema->fields as $name => $config) 
    225         { 
     224        foreach ($this->_schema->field_order as $name) 
     225        { 
     226            $config = $this->_schema->fields[$name]; 
    226227            if (! $this->_is_widget_visible($name, $config)) 
    227228            {