Created
March 12, 2019 15:59
-
-
Save rbinksy/224a640116f381f1ce8aeeb872071a4f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| requestedAction: ['NOTACTIONED'], | |
| inProgressAction: ['REQUESTED'], | |
| deliveredAction: ['INPROGRESS'], | |
| fulfilledAction: ['DELIVERED'], | |
| notRequiredAction: ['NOTACTIONED'], | |
| cancelledAction: ['REQUESTED', 'INPROGRESS', 'DELIVERED'], | |
| editDatesAction: ['REQUESTED', 'INPROGRESS', 'DELIVERED', 'FULFILLED'], | |
| editRequestDateAction: ['REQUESTED', 'FULFILLED'], | |
| editFulfilledDateAction: ['FULFILLED'], | |
| editRequiredByAction: ['REQUESTED', 'INPROGRESS'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment