mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Fix permission verification
This commit is contained in:
parent
2a4c3d3781
commit
b4e1dcbd63
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ class ApplicationController < ActionController::Base
|
||||||
end
|
end
|
||||||
|
|
||||||
@conference = Conference.find_all_by_short_title(params[:conference_id]).first
|
@conference = Conference.find_all_by_short_title(params[:conference_id]).first
|
||||||
|
true
|
||||||
end
|
end
|
||||||
|
|
||||||
def organizer_or_admin?
|
def organizer_or_admin?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue