Skip to content

Instantly share code, notes, and snippets.

@rbinksy
Created March 12, 2019 15:59
Show Gist options
  • Select an option

  • Save rbinksy/224a640116f381f1ce8aeeb872071a4f to your computer and use it in GitHub Desktop.

Select an option

Save rbinksy/224a640116f381f1ce8aeeb872071a4f to your computer and use it in GitHub Desktop.
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