Allow trusted access to new report

This commit is contained in:
Scott Idem
2024-08-14 14:07:21 -04:00
parent 0d48362529
commit 380a8d2ad3

View File

@@ -420,7 +420,7 @@ async function handle_qry__event_session(
<!-- Sessions without files uploaded --> <!-- Sessions without files uploaded -->
<button <button
type="button" type="button"
disabled={!$ae_loc.administrator_access} disabled={!$ae_loc.trusted_access}
on:click={() => { on:click={() => {
handle_qry__event_session({ handle_qry__event_session({
qry_files: false, qry_files: false,