File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/groovy/au/org/ala/ecodata/forms Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ public class EditModelWidgetRenderer implements ModelWidgetRenderer {
122122 String validation = context. validationAttr ?: ' '
123123
124124 // programmatic conversion of the old gsp (_timeDataTypeEditModelTemplate.gsp)
125- context. writer << """ <div class="timefield input-append" style="position:relative"><input ${ attrString} id ="${ context.source} TimeField" data-bind='${ databindString} ' ${ validation} type='text' /></div>"""
125+ context. writer << """ <div class="timefield input-append" style="position:relative"><input ${ attrString} data-source ="${ context.source} TimeField" data-bind='${ databindString} ' ${ validation} type='text' /></div>"""
126126 }
127127
128128 @Override
You can’t perform that action at this time.
0 commit comments