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:
Julio Cesar Laura
2013-01-10 14:26:08 -04:00
parent 95e6c38c71
commit 67a90419fc
2 changed files with 32 additions and 19 deletions

View File

@@ -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;