We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bulk export rules in RuleBulkExportImpl.java are not being applied to group and patient export operations (Patient/$export and Group/Id/$export)
RuleBulkExportImpl.java
Patient/$export
Group/Id/$export
To Reproduce
Group/[id]/$export
Expected behavior All groups are returned. Instead, the user should be provided an error as they are not permitted to export the group.
The text was updated successfully, but these errors were encountered:
oliviayou
Successfully merging a pull request may close this issue.
Bulk export rules in
RuleBulkExportImpl.java
are not being applied to group and patient export operations (Patient/$export
andGroup/Id/$export
)To Reproduce
Group/[id]/$export
operation, replacing the id with the id in step 2Expected behavior
All groups are returned. Instead, the user should be provided an error as they are not permitted to export the group.
The text was updated successfully, but these errors were encountered: