-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
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
Remove transfer on cancel should also remove transfer job #3881
Comments
redblom
pushed a commit
to redblom/reva
that referenced
this issue
May 11, 2023
* Add conf flag for removing transfer jobs on cancel * Rename remove on cancel conf flags * Rename datatx tutorial and add conf changes 'Cleanup transfers' section
redblom
pushed a commit
to redblom/reva
that referenced
this issue
May 11, 2023
* Add conf flag for removing transfer jobs on cancel * Rename remove on cancel conf flags * Rename datatx tutorial and add conf changes 'Cleanup transfers' section
redblom
pushed a commit
to redblom/reva
that referenced
this issue
May 11, 2023
* Add conf flag for removing transfer jobs on cancel * Rename remove on cancel conf flags * Rename datatx tutorial and add conf changes 'Cleanup transfers' section
glpatcern
pushed a commit
that referenced
this issue
May 22, 2023
* Inform in case the share has already been accepted. * Add transfer jobs remove conf option on transfer cancel (#3881) * Add conf flag for removing transfer jobs on cancel * Rename remove on cancel conf flags * Rename datatx tutorial and add conf changes 'Cleanup transfers' section --------- Co-authored-by: Antoon P <antoon@redblom.com>
gmgigi96
pushed a commit
to gmgigi96/reva
that referenced
this issue
Jun 5, 2023
* Inform in case the share has already been accepted. * Add transfer jobs remove conf option on transfer cancel (cs3org#3881) * Add conf flag for removing transfer jobs on cancel * Rename remove on cancel conf flags * Rename datatx tutorial and add conf changes 'Cleanup transfers' section --------- Co-authored-by: Antoon P <antoon@redblom.com>
gmgigi96
pushed a commit
to gmgigi96/reva
that referenced
this issue
Jun 28, 2023
* Inform in case the share has already been accepted. * Add transfer jobs remove conf option on transfer cancel (cs3org#3881) * Add conf flag for removing transfer jobs on cancel * Rename remove on cancel conf flags * Rename datatx tutorial and add conf changes 'Cleanup transfers' section --------- Co-authored-by: Antoon P <antoon@redblom.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a transfer is cancelled there is an option to remove(delete) the transfer from the transfers list. Removing the related transfer job with it should also be an option. Otherwise the transfer jobs list will stay populated with jobs disconnected from transfers.
The text was updated successfully, but these errors were encountered: