Allow trusted access to new report
This commit is contained in:
@@ -420,7 +420,7 @@ async function handle_qry__event_session(
|
||||
<!-- Sessions without files uploaded -->
|
||||
<button
|
||||
type="button"
|
||||
disabled={!$ae_loc.administrator_access}
|
||||
disabled={!$ae_loc.trusted_access}
|
||||
on:click={() => {
|
||||
handle_qry__event_session({
|
||||
qry_files: false,
|
||||
|
||||
Reference in New Issue
Block a user