Work on the new session POC functions and permissions. General code clean up and bug fixes.
This commit is contained in:
@@ -112,6 +112,7 @@ let events_local_data_struct: key_val = {
|
||||
show_content__hidden_presenters: false,
|
||||
show_content__hidden_sessions: false,
|
||||
|
||||
// These should be renamed to match the pres_mgmt section. Use "hide" instead of "show".
|
||||
show_content__session_code: true,
|
||||
show_content__presentation_code: true,
|
||||
show_content__presenter_code: true,
|
||||
@@ -218,9 +219,10 @@ let events_local_data_struct: key_val = {
|
||||
show_content__hidden_presenters: false,
|
||||
show_content__hidden_sessions: false,
|
||||
|
||||
show_content__presentation_code: true,
|
||||
show_content__presenter_code: true,
|
||||
show_content__session_code: true,
|
||||
// No longer used. Use "hide" instead of "show". Now it is initially set in the remote event config sync.
|
||||
// show_content__presentation_code: true,
|
||||
// show_content__presenter_code: true,
|
||||
// show_content__session_code: true,
|
||||
|
||||
show_menu__presenter: null,
|
||||
show_menu__session: null,
|
||||
|
||||
Reference in New Issue
Block a user