Skip to content

Fix ElectionModel.next_transitions()

Allan Shortlidge requested to merge fix-next-transitions into dev

@DSASanFrancisco/portal-members

As a follow up to !77 (merged), we need to return trigger names from ElectionModel.next_transitions(), not state names. I also disabled auto_transitions in the state machine library, which was automatically generating triggers to transition to every other state, which we don't want to allow.

Edited by Allan Shortlidge

Merge request reports