File tree Expand file tree Collapse file tree
src/main/resources/templatemaster/formdef Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- version =2.7.2
1+ version =2.7.3
Original file line number Diff line number Diff line change 2323
2424 [#list formDef.singleRecordActions as action]
2525 [#if action.isVisible(resource, record)]
26- < button type ="submit " class ="tm-btn tm-btn-single ${action.cssStyleClass!} btn btn-info " formaction ="${RequestHolder.url.setPath(subUrl + '/' + action.subPath)} " formmethod ="${action.method} " [#if action.target??]formtarget ="${action.target} "[ /#if]> ${action.displayName}</ button >
26+ < button type ="submit " class ="tm-btn tm-btn-single ${action.cssStyleClass!} btn btn-info " formaction ="${RequestHolder.url.setPath(subUrl + '/' + action.subPath + '/' + resource.getId(record) )} " formmethod ="${action.method} " [#if action.target??]formtarget ="${action.target} "[ /#if]> ${action.displayName}</ button >
2727 [/#if]
2828 [/#list]
2929
You can’t perform that action at this time.
0 commit comments