File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -460,17 +460,17 @@ class CustomDataTypeGeoref extends CustomDataTypeWithCommons
460
460
name : " pointForm"
461
461
class : " georefTextInputForm"
462
462
fields : [
463
- form :
464
- label : $$ (" custom.data.type.georef.add_new.modal.form.latitude" )
465
- hint : $$ (" custom.data.type.georef.add_new.modal.form.latitude.hint" )
466
- type : CUI .Input
467
- name : " georef_add_new_point.latitude"
468
- ,
469
463
form :
470
464
label : $$ (" custom.data.type.georef.add_new.modal.form.longitude" )
471
465
hint : $$ (" custom.data.type.georef.add_new.modal.form.longitude.hint" )
472
466
type : CUI .Input
473
467
name : " georef_add_new_point.longitude"
468
+ ,
469
+ form :
470
+ label : $$ (" custom.data.type.georef.add_new.modal.form.latitude" )
471
+ hint : $$ (" custom.data.type.georef.add_new.modal.form.latitude.hint" )
472
+ type : CUI .Input
473
+ name : " georef_add_new_point.latitude"
474
474
]
475
475
pointForm .start ()
476
476
You can’t perform that action at this time.
0 commit comments