terminusdb / terminusdb-dashboard

Dashboard for TerminusDB
Apache License 2.0
6 stars 5 forks source link

[Bug] Unable to close change requests #314

Open adamc-sp opened 5 months ago

adamc-sp commented 5 months ago

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 as Closed as per the change request api: https://github.com/terminusdb/terminusdb-change-request-api/blob/main/src/change_request_schema.json

This causes generally all handling to not work properly

adamc-sp commented 5 months ago

@GavinMendelGleason another small one