-
Notifications
You must be signed in to change notification settings - Fork 19
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
Create change disposition task, actions, and modal #10313
Create change disposition task, actions, and modal #10313
Conversation
- popping up a placeholder modal - added an AssignHearingDispositionTask to seeds Co-authored-by: Tomas Apodaca <[email protected]>
Co-authored-by: Tomas Apodaca <[email protected]>
Code Climate has analyzed commit 465a971 and detected 4 issues on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thanks!!
One small thing - do you mind changing resolves to connects in the PR description? I don't want the ticket to get closed and to lose track of it!
…-task-and-actions
…eate-change-disposition-task-and-actions
Generated by 🚫 Danger |
…eate-change-disposition-task-and-actions
…eate-change-disposition-task-and-actions
…-task-and-actions
…-task-and-actions
…eate-change-disposition-task-and-actions
…-task-and-actions
Connects #9885
Connects #9833
Description
Creates a
ChangeHearingDispositionTask
and associated modal. Includes small changes to disposition task logic to support postponing hearings from this task. The backend logic for other hearing dispositions are not yet implemented.