Added hosting to required steps
This commit is contained in:
parent
2003028a15
commit
ac915f3577
@ -1482,7 +1482,7 @@ class ConferencesController < ApplicationController
|
|||||||
def required_steps(conference = nil)
|
def required_steps(conference = nil)
|
||||||
# return the intersection of current steps and reuired steps
|
# return the intersection of current steps and reuired steps
|
||||||
registration_steps(conference || @this_conference || @conference) & # current steps
|
registration_steps(conference || @this_conference || @conference) & # current steps
|
||||||
[:policy, :contact_info, :questions] # all required steps
|
[:policy, :contact_info, :hosting, :questions] # all required steps
|
||||||
end
|
end
|
||||||
|
|
||||||
def registration_complete?(registration = @registration)
|
def registration_complete?(registration = @registration)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user