As a NRCED user, I want to be able to view the Issued To information for Admin Sanctions published by Ministry of Forests (which are published using the COORS CSV Admin Sanctions importer in NRPTI) so I can use the information (e.g. to verify the licence status of somebody I want to hire).
Additional Context
Currently, Admin Sanctions records published via COORS CSV are redacted. This is because of a prior Ministry of Forests decision.
Since receiving additional legal advice, the Ministry of Forests wishes to begin publishing Issued To information, but for Admin Sanctions only.
Redaction of records is achieved via AUTHORIZED_PUBLISH_AGENCIES. If a record has an issuing agency that is in the list, then the Issued To information is displayed. If the issuing agency is not on the list, then the Issued To information is redacted, which on NRCED means that records for Individuals show as "Unpublished." See this issue.
COORS CSV Admin Sanctions records have the Ministry of Forests issuing agency. Currently, that is not included in the list of authorized_publish_agencies.
Currently, COORS CSV Admin Sanctions are the only records published under the Ministry of Forests issuing agency. Thus it would be acceptable to simply add Ministry of Forests to the AUTHORIZED_PUBLISH_AGENCIES list. (There may be other steps needed, but if there are I don't know what they would be - you'll have to look into the code)
In the future, if the Ministry of Forests wished to publish other types of records but keep them redacted, some sort of alternate approach would be needed at that time. However, it is not necessary to solve that problem as part of this ticket.
Acceptance Criteria
GIVEN I am a NRCED user
WHEN I view Ministry of Forests administrative sanctions
THEN I the Issued To values of those records are visible to me.
As a NRCED user, I want to be able to view the Issued To information for Admin Sanctions published by Ministry of Forests (which are published using the COORS CSV Admin Sanctions importer in NRPTI) so I can use the information (e.g. to verify the licence status of somebody I want to hire).
Additional Context
Acceptance Criteria GIVEN I am a NRCED user WHEN I view Ministry of Forests administrative sanctions THEN I the Issued To values of those records are visible to me.