Loading client-app/src/catalog/ogcService/_Edition.js +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ define([ constructor: function(args) { this.config = { addPath: this.viewPaths.ogcServiceAdd, addPath: this.viewPaths.ogcServiceEdit, editionLayerEvents: { UPDATE: 'update' }, Loading client-app/src/detail/ogcService/OgcServiceDetailView.js +2 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,6 @@ define([ this.config = { atlasTarget: redmicConfig.services.atlasLayer, activityTarget: redmicConfig.services.activity, target: this.atlasTarget, selectionTarget: redmicConfig.services.atlasLayerSelection, activeTitleParent: true, pathParent: redmicConfig.viewPaths.ogcServiceCatalog, Loading @@ -52,6 +51,8 @@ define([ }; lang.mixin(this, this.config, args); this.target = this.atlasTarget; }, _setConfigurations: function() { Loading Loading
client-app/src/catalog/ogcService/_Edition.js +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ define([ constructor: function(args) { this.config = { addPath: this.viewPaths.ogcServiceAdd, addPath: this.viewPaths.ogcServiceEdit, editionLayerEvents: { UPDATE: 'update' }, Loading
client-app/src/detail/ogcService/OgcServiceDetailView.js +2 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,6 @@ define([ this.config = { atlasTarget: redmicConfig.services.atlasLayer, activityTarget: redmicConfig.services.activity, target: this.atlasTarget, selectionTarget: redmicConfig.services.atlasLayerSelection, activeTitleParent: true, pathParent: redmicConfig.viewPaths.ogcServiceCatalog, Loading @@ -52,6 +51,8 @@ define([ }; lang.mixin(this, this.config, args); this.target = this.atlasTarget; }, _setConfigurations: function() { Loading