More updates related to permissions.

This commit is contained in:
Scott Idem
2024-09-25 13:21:28 -04:00
parent 8005189bc4
commit cc4446b549
4 changed files with 8 additions and 7 deletions

View File

@@ -178,7 +178,7 @@ onMount(() => {
for_type="event"
for_id={$lq__event_session_obj?.event_id_random}
class_li="w-full max-w-screen-lg text-lg text-blue-500 font-bold text-center p-1 m-auto border border-blue-200 rounded-md bg-blue-100 space-y-2"
hide={$events_loc.pres_mgmt.hide__session_msg || !$ae_loc.authenticated_access}
hide={!$ae_loc.manager_access || $events_loc.pres_mgmt.hide__session_msg}
show_edit={false}
show_edit_btn={true}
/>