Project

General

Profile

« Previous | Next » 

Revision 50355

ui: overriding compliance

View differences:

RepoUIUtils.java
104 104
				for (final SimpleParamEntry e : ifc.getCommonParams()) {
105 105
					if (e.getName().equals("compliance")) {
106 106
						// The original compliance (assigned by the validator) is stored in otherValue
107
						e.setOtherValue(e.getValue());
108
						e.setValue(value);
107
						e.setOtherValue(value);
109 108
					}
110 109
				}
111 110
			} else if (name.equalsIgnoreCase("last_aggregation_date")) {

Also available in: Unified diff