View | Details | Raw Unified | Return to bug 42924
Collapse All | Expand All

(-)a/management/univention-management-console-module-udm/umc/js/udm.js (-1 / +6 lines)
 Lines 1151-1157   define([ Link Here 
1151
1151
1152
			// create the tree
1152
			// create the tree
1153
			var model = new TreeModel({
1153
			var model = new TreeModel({
1154
				umcpCommand: lang.hitch(this, 'umcpCommand')
1154
				moduleFlavor: 'navigation',
1155
				umcpCommand: lang.hitch(this, function() {
1156
					var args = [].slice.call(arguments);
1157
					args[3] = 'navigation';
1158
					return this.umcpCommand.apply(arguments, args);
1159
				})
1155
			});
1160
			});
1156
			var tree = new Tree({
1161
			var tree = new Tree({
1157
				model: model,
1162
				model: model,

Return to bug 42924