BUG-14031 Do not exist ProcessMaker fields attribute identifier in generated HTML

It has been added field attribute identifier "pm_fieldtype" and "pm_gridtype" in class xmlform for HTML file generated.
This commit is contained in:
norahmollo
2014-02-18 15:10:00 -04:00
parent 0a02f4931d
commit 537c7d0bf3

View File

@@ -3356,8 +3356,6 @@ class XmlForm_Field_Hidden extends XmlForm_Field
return $result;
}
//$arrayResult[] = $this->render( $v, $owner, "[" . $owner->name . "][" . $r . "]", $r, $therow );
/**
* Render the field in a table
*