forked from ustaxcourt/ef-cms
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: Completing QC w/o edits changes docket entry on some filed documents #9654
Closed
11 of 14 tasks
Labels
Comments
Note: quick fix is on |
Testing feedback 11/29/2022 @Absolutestunna
|
Testing Feedback 12/13/2022 Everything looks great. Thanks for fixing. |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the Bug
When QCing an e-filed/lodged document, for some document types when QC is completed without any edits the docket entry is re-titled and a Notice of Change of Docket Entry is generated.
This appears to happen for all document types having the following scenarios as listed in https://github.com/ustaxcourt/ef-cms/blob/staging/shared/src/tools/externalFilingEvents.json when the target document required to be associated with the filing was docketed with Additional Info added to its cover sheet.
Nonstandard A
Nonstandard C
Nonstandard D
Nonstandard F
Nonstandard H if the target document is one of the above scenario types and meets the criteria below
All of these document types require the user to associate the document being filed with a target docket entry that currently exists. If that target document has "Additional Info" associated with it that is added to the cover sheet, then when QC is completed on the filed document with no edits having been made in the QC process, the resulting docket entry will be modified to remove the "Additional Info" that should be a part of the title of the target document being referred to. In addition, a Notice of Docket Entry Change is generated and served.
Note that this problem does not occur if:
A) On the QC screen the target document is toggled between its initial value, another value, and then back to its initial value
B) The target document does not have any Additional Info added to its cover sheet at the time of docketing
Business Impact/Reason for Severity
The docket entry should not be modified unless explicitly done so by the docket clerk.
Tasks
In which environment did you see this bug?
TEST, PROD
Who were you logged in as?
Docket clerk
What were you doing when you discovered this bug? (Using the application, demoing, smoke tests, testing other functionality, etc.)
Investigating report
To Reproduce
(Note: Feel free to have me walk through this with you when picking up this bug, it might be clearer if I demonstrate. - CH)
Expected Behavior
Docket Entry B continues to retain its original title as displayed on the initial docket entry, incorporating all info from Docket Entry A and its Additional Info into its title as reference. No change is made to Docket Entry B in the QC process, so no Notice of Docket Change is issued.
Actual Behavior
Docket Entry B is updated to remove the Additional Info part of Docket Entry A's title. A new cover sheet is generated with the incorrect title. A Notice of Docket Change has been issued despite the docket clerk not having edited anything in the QC process.
Note that you can see a "preview" of the soon-to-be-mistitled-docket-entry in the UI if you click "Complete and Send Message" on the QC screen instead of "Complete" - the attachments portion of the message UI displays the incorrect docket entry title as well.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Cause of Bug, If Known
Process for Logging a Bug:
Severity Definition:
Critical Defect
Blocks entire system's or module’s functionality
No workarounds available
Testing cannot proceed further without bug being fixed.
High-severity Defect
Affects key functionality of an application
There's a workaround, but not obvious or easy
App behaves in a way that is strongly different from the one stated in the requirements
Medium-severity Defect
A minor function does not behave in a way stated in the requirements.
Workaround is available and easy
Low-severity Defect
Mostly related to an application’s UI
Doesn't need a workaround, because it doesn't impact functionality
Definition of Ready for Bugs(Created 10-4-21)
Definition used: A failure or flaw in the system which produces an incorrect or undesired result that deviates from the expected result or behavior. (Note: Expected results are use cases that have been documented in past user stories as acceptance criteria and test cases, and do not include strange behavior unrelated to use cases.)
The following criteria must be met in order for the development team to begin work on the bug.
The bug must:
Process: If the unexpected results are new use cases that have been identified, but not yet built, new acceptance criteria and test cases should be captured in a new user story and prioritized by the product owner.
If the Court is not able to reproduce the bug, add the “Unable to reproduce” tag. This will provide visibility into the type of support that may be needed by the Court. In the event that the Court cannot reproduce the bug, the Court will work with Flexion to communicate what type of troubleshooting help may be needed.
Definition of Done (Updated 4-14-21)
Product Owner
Engineering
test
environment if prod-like data is required. Otherwise, deployed to anyexperimental
environment for review.The text was updated successfully, but these errors were encountered: