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 -->
|
<!-- 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,
|
||||||
|
|||||||
Reference in New Issue
Block a user