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
{{ message }}
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.
Currently, the various admin actions for loading data from the CMS return a JSON snippet in the body of the response.
Often, if there is a problem with the input data that causes an error, the error message isn't detailed enough to help admins fix the problem.
This can be improved by returning the admin page with a flash message indicating success/failure of the action, and return an improved error message to help admins fix problems.
validate Question Set schema against json schema
return admin page, rather than json snippet
display flash message for success/failure with error details
The text was updated successfully, but these errors were encountered:
Currently, the various admin actions for loading data from the CMS return a JSON snippet in the body of the response.
Often, if there is a problem with the input data that causes an error, the error message isn't detailed enough to help admins fix the problem.
This can be improved by returning the admin page with a flash message indicating success/failure of the action, and return an improved error message to help admins fix problems.
The text was updated successfully, but these errors were encountered: