Loading client-app/src/component/form/input/_NodesCreation.js +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ define([ _afterShowNodesCreation: function() { put(this._moduleOwnNode, '[required=' + this._inputProps.required + ']'); this._moduleOwnNode && put(this._moduleOwnNode, '[required=' + this._inputProps.required + ']'); }, _createInputNodes: function() { Loading client-app/src/oldapp/base/views/extensions/_AddAtlasCategory.js +2 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,8 @@ define([ this.categoryFormConfig = this._merge([{ parentChannel: this.getChannel(), template: 'maintenance/views/templates/forms/CategoryLayer', modelTarget: this.editionTarget modelTarget: this.editionTarget, lockBackground: true }, this.categoryFormConfig || {}]); }, Loading Loading
client-app/src/component/form/input/_NodesCreation.js +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ define([ _afterShowNodesCreation: function() { put(this._moduleOwnNode, '[required=' + this._inputProps.required + ']'); this._moduleOwnNode && put(this._moduleOwnNode, '[required=' + this._inputProps.required + ']'); }, _createInputNodes: function() { Loading
client-app/src/oldapp/base/views/extensions/_AddAtlasCategory.js +2 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,8 @@ define([ this.categoryFormConfig = this._merge([{ parentChannel: this.getChannel(), template: 'maintenance/views/templates/forms/CategoryLayer', modelTarget: this.editionTarget modelTarget: this.editionTarget, lockBackground: true }, this.categoryFormConfig || {}]); }, Loading