TACC / Core-CMS-Custom

Customized Core CMS code and builds
5 stars 0 forks source link

task/WP-212 clear notes excep exten edit modal #189

Closed sophia-massie closed 1 year ago

sophia-massie commented 1 year ago

Overview

To allow the notes field in the edit modal of both the admin exception and extension page to be cleared.

Related

Changes

Updated queries that update exception and extension records so that notes can be cleared from the front end.

Testing

  1. Go to http://localhost:8000/administration/list-exceptions/and select Edit Record from Action drop down
  2. Find a record with notes already in the edit modal. Try deleting all of the text in the notes field and submitting.
  3. Make sure there's no errors. Open the modal for the same record and check that the the notes section is now empty.
  4. Go to http://localhost:8000/administration/list-extensions/ select Edit Record from Action drop down
  5. Find a record with notes already in the edit modal. Try deleting all of the text in the notes field and submitting.
  6. Make sure there's no errors. Open the modal for the same record and check that the the notes section is now empty.