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 8acd054..f4bb800 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-${field.editor}", + "type": "fx-${filter.editor}", "props": { "label": "${filter.label}", "type": "text", @@ -27,7 +27,7 @@ "name": "${filter.name}" }, "events": {} - }<#if filter_has_next>, + }, { "id": "id${newId()}",