-
Notifications
You must be signed in to change notification settings - Fork 143
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
Bulk Data Manager - Data Deletion function cannot be rolled back, needs more explicit language to alert users #11405
Comments
Thanks for submitting this issue @alyssavloera. Unfortunately there isn't a way to roll back tile deletion in Arches 7. Although it is a feature that we could support in a future version because the tile data still exists in the edit log. I think your suggestion of at least warning users is a good idea. |
MikeGriniezakis
pushed a commit
to AdvanceServices/arches
that referenced
this issue
Oct 16, 2024
MikeGriniezakis
added a commit
to AdvanceServices/arches
that referenced
this issue
Oct 16, 2024
MikeGriniezakis
added a commit
to AdvanceServices/arches
that referenced
this issue
Oct 17, 2024
Change the alert text to better reflect the changes that will be made to the database. Also, minor formatting changes to be more consistent.
MikeGriniezakis
added a commit
to AdvanceServices/arches
that referenced
this issue
Oct 17, 2024
MikeGriniezakis
added a commit
to AdvanceServices/arches
that referenced
this issue
Oct 17, 2024
MikeGriniezakis
added a commit
to AdvanceServices/arches
that referenced
this issue
Oct 17, 2024
11 tasks
MikeGriniezakis
added a commit
to AdvanceServices/arches
that referenced
this issue
Oct 18, 2024
MikeGriniezakis
added a commit
to AdvanceServices/arches
that referenced
this issue
Oct 21, 2024
MikeGriniezakis
pushed a commit
to AdvanceServices/arches
that referenced
this issue
Oct 21, 2024
MikeGriniezakis
added a commit
to AdvanceServices/arches
that referenced
this issue
Oct 21, 2024
MikeGriniezakis
added a commit
to AdvanceServices/arches
that referenced
this issue
Oct 21, 2024
Change the alert text to better reflect the changes that will be made to the database. Also, minor formatting changes to be more consistent.
MikeGriniezakis
added a commit
to AdvanceServices/arches
that referenced
this issue
Oct 21, 2024
MikeGriniezakis
added a commit
to AdvanceServices/arches
that referenced
this issue
Oct 21, 2024
MikeGriniezakis
added a commit
to AdvanceServices/arches
that referenced
this issue
Oct 21, 2024
MikeGriniezakis
added a commit
to AdvanceServices/arches
that referenced
this issue
Oct 21, 2024
11 tasks
apeters
added a commit
that referenced
this issue
Oct 21, 2024
Add an alert before deleting resources via the bulk delete #11405
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Once a bulk deletion task is submitted it cannot be rolled back like the other tasks in the Bulk Data Manager. This is not apparent to the user until after the task is started and completed.
It seems as though the user should be alerted to the inability to rollback the task before hitting the start button.
Is there a manual way to roll back the deletion, perhaps via Celery task management? Or is this a full deletion method? The objects deleted were in this example were tiles.
The text was updated successfully, but these errors were encountered: