Work on location links and fixing presenters not showing correctly on session view page.
This commit is contained in:
@@ -101,7 +101,7 @@ let events_local_data_struct: key_val = {
|
||||
|
||||
// Event Presentation Launcher (and native Electron app)
|
||||
'launcher': {
|
||||
qry_limit__sessions: 75,
|
||||
qry_limit__sessions: 50,
|
||||
qry_limit__presentations: 25,
|
||||
qry_limit__presenters: 75,
|
||||
qry_limit__files: 75,
|
||||
@@ -183,7 +183,7 @@ let events_local_data_struct: key_val = {
|
||||
qry_limit__files: 75,
|
||||
qry_limit__presentations: 25,
|
||||
qry_limit__presenters: 75,
|
||||
qry_limit__sessions: 75,
|
||||
qry_limit__sessions: 100,
|
||||
qry_max: 500, // This is the max number the limit is allowed to be set to.
|
||||
|
||||
qry_and__file_count: true, // Essentially it should be greater than 0
|
||||
@@ -192,6 +192,8 @@ let events_local_data_struct: key_val = {
|
||||
saved_search__session: null,
|
||||
|
||||
// show_content__agree_text: false,
|
||||
show_content__launcher_link: false,
|
||||
show_content__location_link: false,
|
||||
show_content__location_qr: false,
|
||||
show_content__presentation_description: false,
|
||||
show_content__presenter_page_help: true,
|
||||
|
||||
Reference in New Issue
Block a user