Finally got the presenter file upload working better.

This commit is contained in:
Scott Idem
2024-06-14 16:23:10 -04:00
parent 06df9a6230
commit 97f15f41f7
4 changed files with 247 additions and 38 deletions

View File

@@ -135,8 +135,8 @@ let events_local_data_struct: key_val = {
'pres_mgmt': {
show_content__session_description: false,
show_content__presentation_description: false,
show_content__agree_text: false,
show_content__presenter_start: false,
// show_content__agree_text: false,
// show_content__presenter_start: false,
disable_submit__opt_out: true,
submit_status__opt_out: null,
@@ -263,11 +263,19 @@ let events_session_data_struct: key_val = {
// Presentation Management (Distributing)
'pres_mgmt': {
'fulltext_search_qry_str': null,
'status_qry__search': null,
fulltext_search_qry_str: null,
status_qry__search: null,
disable_submit__event_file_obj: false,
show_form__search: true,
show_form__search_results: true,
show_content__agree_text: false,
show_content__presenter_start: false,
new_upload_list: null,
files_uploading_count: null,
},
// Speakers Management (Collection)