fix inCompartment for a collection of owners
This commit is contained in:
parent
ff477885e1
commit
cc40d47d2a
|
@ -275,6 +275,8 @@ public class RuleBuilder implements IAuthRuleBuilder {
|
|||
for (IIdType next : theOwners) {
|
||||
validateOwner(next);
|
||||
}
|
||||
myInCompartmentName = theCompartmentName;
|
||||
myInCompartmentOwners = theOwners;
|
||||
myClassifierType = ClassifierTypeEnum.IN_COMPARTMENT;
|
||||
return finished();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue