File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
src/org/labkey/test/params Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 2222import org .json .JSONObject ;
2323import org .junit .Assert ;
2424import org .labkey .api .exp .query .ExpSchema ;
25+ import org .labkey .remoteapi .domain .ConditionalFormat ;
2526import org .labkey .remoteapi .domain .PropertyDescriptor ;
2627import org .labkey .remoteapi .query .Filter ;
2728import org .labkey .test .components .html .OptionSelect ;
@@ -216,6 +217,13 @@ public FieldDefinition setHidden(Boolean hidden)
216217 return this ;
217218 }
218219
220+ @ Override
221+ public FieldDefinition setConditionalFormats (List <ConditionalFormat > conditionalFormats )
222+ {
223+ super .setConditionalFormats (conditionalFormats );
224+ return this ;
225+ }
226+
219227 public LookupInfo getLookup ()
220228 {
221229 return _type .getLookupInfo ();
You can’t perform that action at this time.
0 commit comments