mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-18 22:21:11 +00:00
Make it possible to uncancel events
This commit is contained in:
parent
178e584730
commit
a3b6c479e9
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ class Event < ActiveRecord::Base
|
|||
state :rejected
|
||||
|
||||
event :start_review do
|
||||
transitions :to => :review, :from => [:new, :rejected]
|
||||
transitions :to => :review, :from => [:new, :rejected, :canceled]
|
||||
end
|
||||
event :withdraw do
|
||||
transitions :to => :withdrawn, :from => [:new, :review, :unconfirmed]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue