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

(-)/usr/share/univention-management-console-frontend/js/umc/modules/_udm/DetailPage.js.orig (-1 / +1 lines)
Lines 1054-1060 Link Here
1054
		var nChanges = 0;
1054
		var nChanges = 0;
1055
		var regKey = /\$.*\$/;
1055
		var regKey = /\$.*\$/;
1056
		umc.tools.forIn(vals, function(ikey) {
1056
		umc.tools.forIn(vals, function(ikey) {
1057
			if (!regKey.test(ikey)) {
1057
			if (!regKey.test(ikey) || ikey == '$options$') {
1058
				// key does not start and end with '$' and is thus a regular key
1058
				// key does not start and end with '$' and is thus a regular key
1059
				++nChanges;
1059
				++nChanges;
1060
			}
1060
			}

Return to bug 24851