TACC / Core-CMS-Custom

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

Task/WP 349 350 Business name change exten excep forms #240

Closed sophia-massie closed 9 months ago

sophia-massie commented 9 months ago

Overview

This PR changes the business name options on the exception and extension forms from org_name - submitter ID on submitter table to entity_name - payor code on submitter table.

Also now allows threshold exceptions to choose from different business names (entity - payor codes) associated with their user name.

Related

Changes

Exceptions

Extensions

Testing

Extensions

  1. Go to http://localhost:8000/submissions/extension-request/
  2. Check that it populates with your associated entity name and payor code. Fill out form and go to http://localhost:8000/administration/list-extensions/ to make sure it successfully submits.
  3. On line 22 of extensions/views.py, change to the following code.

Exceptions Extensions

  1. Go to http://localhost:8000/submissions/extension-request/
  2. Check that it populates with your associated entity name and payor code. Fill out form and go to http://localhost:8000/administration/list-extensions/ to make sure it successfully submits.
  3. On line 36 of exceptions/views.py in the ExceptionThresholdFormView class, change to the following code.

Notes

Joe updated the database to include the entity names on the submitters table. Make sure your containers are accessing these changes from the DB.