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
Is your feature request related to a problem? Please describe.
There is currently no way to cancel an observation request through the TOM Toolkit observation infrastructure.
Describe the solution you'd like
One suggestion is to add a "Cancel" button to the observation request detail view (URL /observations/<pk>/). This might only appear if the status is still PENDING. Clicking this button should send a request to the observatory to cancel the observation request and, if successful, set ObservationRequest.status='CANCELED'.
Additional context
Possibly related to #746 requesting observation deletion functionality, but different in the sense that this does not delete the record or any existing data.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
There is currently no way to cancel an observation request through the TOM Toolkit observation infrastructure.
Describe the solution you'd like
One suggestion is to add a "Cancel" button to the observation request detail view (URL
/observations/<pk>/
). This might only appear if the status is still PENDING. Clicking this button should send a request to the observatory to cancel the observation request and, if successful, setObservationRequest.status='CANCELED'
.Additional context
Possibly related to #746 requesting observation deletion functionality, but different in the sense that this does not delete the record or any existing data.
The text was updated successfully, but these errors were encountered: