MB-14374 Remove value from ppm_shipment_status enum (NEEDS_CLOSE_OUT) #9506
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Jira ticket for this change
Summary
This removes the NEEDS_CLOSE_OUT status we added previously for the ppm_shipment_status enum on ppm_shipment. It turned out there were already statuses to handle what we needed.
Approach
For safety reasons it seemed best to go ahead and go about this the following way:
Let me know if there's a different way we should go about it.
Verification Steps for Author
These are to be checked by the author.
Verification Steps for Reviewers
These are to be checked by a reviewer.
Frontend
officeApp
class or custommin-width
styling is used to hide any states the would not be visible to the user.Backend
Database
Any new migrations/schema changes:
Screenshots