Open adamc-sp opened 5 months ago
When attempting to close a change request, the screen initially went blank and upon refresh, the change request was not closed. As reported in https://github.com/terminusdb/terminusdb/issues/2116
With the fix in https://github.com/terminusdb/terminusdb-dashboard/issues/312, this instead brings up an error modal saying "Schema check failure undefined"
The constant for closing a change request is supposed to be Close but is stored as Closed as per the change request api: https://github.com/terminusdb/terminusdb-change-request-api/blob/main/src/change_request_schema.json
Close
Closed
This causes generally all handling to not work properly
@GavinMendelGleason another small one
Issue Description
When attempting to close a change request, the screen initially went blank and upon refresh, the change request was not closed. As reported in https://github.com/terminusdb/terminusdb/issues/2116
With the fix in https://github.com/terminusdb/terminusdb-dashboard/issues/312, this instead brings up an error modal saying "Schema check failure undefined"
Issue explanation
The constant for closing a change request is supposed to be
Close
but is stored asClosed
as per the change request api: https://github.com/terminusdb/terminusdb-change-request-api/blob/main/src/change_request_schema.jsonThis causes generally all handling to not work properly