Not logged in users can not submit talks

There should be no difference between having enabled ichain or not for
this.
This commit is contained in:
Ana María Martínez Gómez 2019-03-05 17:14:01 +01:00
parent 75f1ba03df
commit 9f98c52e08
No known key found for this signature in database
GPG key ID: EACB9B4BC80C0347

View file

@ -56,10 +56,6 @@ class Ability
conference = registration.conference conference = registration.conference
conference.registration_open? && registration.new_record? && !conference.registration_limit_exceeded? conference.registration_open? && registration.new_record? && !conference.registration_limit_exceeded?
end end
can [:new, :create], Event do |event|
event.program.cfp_open? && event.new_record?
end
end end
end end