We need to check the finding aid status in addition to the resource published status and the finding aid published status.
|
if (isset($data['is_finding_aid_status_published']) && $data['is_finding_aid_status_published']) |
Add a configuration to the YAML with a list of valid statuses, and if that configuration is set, check the finding aid status against that list.
We need to check the finding aid status in addition to the resource published status and the finding aid published status.
aspace_ead_migration/src/Plugin/migrate/source/ASpaceFileSource.php
Line 257 in fdcea78
Add a configuration to the YAML with a list of valid statuses, and if that configuration is set, check the finding aid status against that list.