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
Currently, the "touch_transfers.pl" script Updates Archivematica records which are not pending a transfer and sets them so they are.
It would be useful to add a flag to this script so that it can also do the reverse: UNSET a transfer that is pending processing (i.e., "Needs update" state) to FALSE. This can be useful when processing fails for some reason and the only way to correct the transfer is to do it manually (for example, manually fixing up the checksum manifest). The transfer will be archived, and receive a UUID from Archivematica in these cases, so it is important to be able to also manually turn off/unset the flag that signals the transfer as pending / in need of processing.
The text was updated successfully, but these errors were encountered:
Added the "--unset" flag to touch_transfers, allowing for the reverse operation: set the "Needs update" state to FALSE on a transfer that currently has it set to TRUE.
Currently, the "touch_transfers.pl" script Updates Archivematica records which are not pending a transfer and sets them so they are.
It would be useful to add a flag to this script so that it can also do the reverse: UNSET a transfer that is pending processing (i.e., "Needs update" state) to FALSE. This can be useful when processing fails for some reason and the only way to correct the transfer is to do it manually (for example, manually fixing up the checksum manifest). The transfer will be archived, and receive a UUID from Archivematica in these cases, so it is important to be able to also manually turn off/unset the flag that signals the transfer as pending / in need of processing.
The text was updated successfully, but these errors were encountered: