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

(-)a/management/univention-management-console-frontend/umc/tools.js (+6 lines)
 Lines 1067-1072   define([ Link Here 
1067
1067
1068
					// make sure the attribute is specified in both objects
1068
					// make sure the attribute is specified in both objects
1069
					if (!(o.attr in _a) || !(o.attr in _b)) {
1069
					if (!(o.attr in _a) || !(o.attr in _b)) {
1070
						if (o.attr in _a) {
1071
							return -1;
1072
						}
1073
						if (o.attr in _b) {
1074
							return 1;
1075
						}
1070
						return 0;
1076
						return 0;
1071
					}
1077
					}
1072
1078

Return to bug 40837