Skip to content

Commit d8918b5

Browse files
allow usage of "standard (geo)" in mask config
1 parent 8588587 commit d8918b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/webfrontend/CustomDataTypeGeoref.coffee

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ class CustomDataTypeGeoref extends CustomDataTypeWithCommons
1616
opts.field = @
1717
new CustomDataTypeGeorefFacet(opts)
1818

19+
#######################################################################
20+
# allows usage of "standard (geo)" in maskoptioons
21+
supportsGeoStandard:
22+
->true
23+
1924
#######################################################################
2025
# show popover and fill it with the form-elements
2126
showEditPopover: (btn, data, cdata, layout, opts) ->

0 commit comments

Comments
 (0)