Saving work on reports. Trying separate out the session specific reports.

This commit is contained in:
Scott Idem
2025-09-16 18:37:50 -04:00
parent c7b8d49730
commit 15e0e423f2
9 changed files with 761 additions and 109 deletions

View File

@@ -485,6 +485,12 @@ let events_session_data_struct: key_val = {
presenters_biography: null,
},
rpt__session_no_files: true,
rpt__session_poc_agree: false, // Default to false for new events.
rpt__session_no_bio: true,
rpt__presenter_agree: true,
tmp_val__filename_no_ext: null, // For file rename
},