diff --git a/smtweb-system/sw-system-bpm/src/main/resources/static/template/incModel/inc_filter.ftl b/smtweb-system/sw-system-bpm/src/main/resources/static/template/incModel/inc_filter.ftl index 954beea..8acd054 100644 --- a/smtweb-system/sw-system-bpm/src/main/resources/static/template/incModel/inc_filter.ftl +++ b/smtweb-system/sw-system-bpm/src/main/resources/static/template/incModel/inc_filter.ftl @@ -13,7 +13,7 @@ <#list fields as filter> { "id": "id${newId()}", - "type": "fx-text", + "type": "fx-${field.editor}", "props": { "label": "${filter.label}", "type": "text", diff --git a/smtweb-system/sw-system-bpm/src/main/resources/static/template/incModel/inc_form.ftl b/smtweb-system/sw-system-bpm/src/main/resources/static/template/incModel/inc_form.ftl index f7f92d8..5ef0af9 100644 --- a/smtweb-system/sw-system-bpm/src/main/resources/static/template/incModel/inc_form.ftl +++ b/smtweb-system/sw-system-bpm/src/main/resources/static/template/incModel/inc_form.ftl @@ -13,7 +13,7 @@ <#list fields as field> { "id": "id${newId()}", - "type": "${field.editor}", + "type": "fx-${field.editor}", "props": { "label": "${field.label}", "type": "text",