This change allows the user to set a required stat cat for multiple
record copies in the Volcopy editor.
Signed-off-by: Cesar Velez <cesar.velez@equinoxinitiative.org>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
ng-change="statcatUpdate(sc.id())"
ng-model="working.statcats[sc.id()]"
ng-options="e.id() as e.value() for e in sc.entries()"
- ng-required="sc.required() == 't'">
+ ng-required="sc.required() == 't' && !working.statcats_multi[sc.id()]">
<option value="">
{{ !working.statcats_multi[sc.id()] ? '[% l('<NONE>') %]' : '[% l('<MULTIPLE>') %]' }}
</option>