Adjustment in the removal of a process. For change in the form of defining process connection
This commit is contained in:
@@ -2397,7 +2397,9 @@ class XmlForm_Field_Dropdown extends XmlForm_Field {
|
||||
{
|
||||
$result = array ();
|
||||
$r = 1;
|
||||
if(! isset($owner->modeGrid)) $owner->modeGrid = '';
|
||||
$this->modeGridDrop = $owner->modeGrid;
|
||||
|
||||
$this->mode = $this->modeForGrid;
|
||||
foreach ( $values as $v ) {
|
||||
$result [] = $this->render ( $v, $owner, '[' . $owner->name . '][' . $r . ']', $onlyValue, $r, $therow );
|
||||
|
||||
Reference in New Issue
Block a user