BUG 10343: Add a way to identify the ProcessMaker field type in the generated dynaform (class?) SOLVED
- Add html attribute "pm:fieldtype" for normal forms and "pm:gridtype" for grid - Fields types affected: text, currency, percentage, date, suggest, dropdown, yesno, listbox
This commit is contained in:
@@ -50,9 +50,6 @@ function validateGridConversion ($gridFields)
|
||||
case 'checkgroup':
|
||||
$invalidFields[] = $value['XMLNODE_NAME'];
|
||||
break;
|
||||
case 'file':
|
||||
$invalidFields[] = $value['XMLNODE_NAME'];
|
||||
break;
|
||||
case 'javascript':
|
||||
$invalidFields[] = $value['XMLNODE_NAME'];
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user