Skip to content

Commit 188ede7

Browse files
committed
Add schema variable defintion to _processCurrentFormItemsWithDataManager function
Defintions of schema variable for all non dataLink elements in this function went missing in some refacotring. This elements shouldn´t be in this function at all. This commit is just a hotfix.
1 parent 0592b16 commit 188ede7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/public/mapbender.element.digitizer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1710,7 +1710,7 @@
17101710

17111711
_processCurrentFormItemsWithDataManager : function(olFeature) {
17121712
var widget = this;
1713-
1713+
var schema = olFeature.schema;
17141714
// dataManager access function
17151715
// TODO: maybe it would be better to create public methods on dataManager to do this
17161716
function withSchema(dataManager, schemaName, callback) {

0 commit comments

Comments
 (0)