mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-07 21:48:21 +00:00
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…
x
Reference in New Issue
Block a user