-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Just like properties have two aspects, the getter and the setter, transitions need two parts:
- The GET aspect of the transition returns a form indicating what sort of response it expects from the client.
- The POST aspect of the transition accepts a filled out form and if valid, performs the transition. If invalid, it returns the form again with a list of errors.
Having a two-part transition will make it possible to hook them up directly with views. The current approach requires a separate GET view per transition.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels