You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
Reproduction:
In Settings > Users > Transfer Criteria, under the Criteria Accordion
Select Fee/fine owner
Run manually
This will create a failed job in export manager with the error message being: "Invalid UUID string: (IllegalArgumentException)
No accounts matched the criteria (IllegalStateException)"
This is because mod-data-export-worker's BursarFilterEvaluator compares the fee/fine owner id in the request to the fee/fine owner name in the list of accounts
The text was updated successfully, but these errors were encountered:
Reproduction:
In Settings > Users > Transfer Criteria, under the Criteria Accordion
This will create a failed job in export manager with the error message being: "Invalid UUID string: (IllegalArgumentException)
No accounts matched the criteria (IllegalStateException)"
This is because mod-data-export-worker's
BursarFilterEvaluator
compares the fee/fine owner id in the request to the fee/fine owner name in the list of accountsThe text was updated successfully, but these errors were encountered: