flexion / ef-cms

An Electronic Filing / Case Management System.
23 stars 10 forks source link

BUG: Unable to update the Requested place for trial when case status is "General Docket - At Issue (Ready for Trial)" #8803

Closed ttlenard closed 3 years ago

ttlenard commented 3 years ago

Describe the Bug A clear and concise description of what the bug is. When a case is in the status of "General Docket - At Issue (Ready for Trial), and the requested place of trial is empty, court users are unable to add data to the Requested place for Trial. If this scenario happens, a 400 error occurs. (See Screen shot)

Note: if there is already a requested place of trial, and it get's updated, no error occurs. This ONLY happens when the requested place of trial is empty at first.

Business Impact/Reason for Severity

Medium - I found a work-around (see step 8 below)

In which environment did you see this bug? PROD, TEST, MIG

Who were you logged in as? DocketClerk1

What were you doing when you discovered this bug? (Using the application, demoing, smoke tests, testing other functionality, etc.) Jessica found this in PROD - Using the application

To Reproduce Steps to reproduce the behavior:

  1. Be sure you have a case that does not have a requested place for Trial indicated
  2. Ensure that the case status is General Docket - At Issue (Ready for Trial)
  3. Click on the Case information tab
  4. Click on the Edit link next to case details
  5. Add in a requested place of trial
  6. Click Save
  7. Notice that you get a 400 Error.
  8. I found a work around for this. Court user can update the case status to ANY Status besides "General Docket - At Issue (Ready for Trial), the court user can then add in the requested place for trial, save it, and then go back and update the Case Status back..

Expected Behavior A clear and concise description of what you expected to happen. Court user can update the requested place for trial - regardless of Case Status

Actual Behavior A clear and concise description of what actually happened.

Court user can not update the requested place for Trial when the case status is General Docket - At Issue (Ready for Trial)

Screenshots If applicable, add screenshots to help explain your problem.

image.png

Desktop (please complete the following information):

Smartphone (please complete the following information):

Cause of Bug, If Known

Process for Logging a Bug:

Severity Definition:

Definition of Done (Updated 4-14-21)

Product Owner

Engineering

ttlenard commented 3 years ago

This looks good. No longer seeing the 400 error. Thank you!