Updates to show/hide some reports
This commit is contained in:
@@ -566,8 +566,8 @@ async function handle_qry__event_session(
|
|||||||
})
|
})
|
||||||
$events_loc.pres_mgmt.show_report = 'sessions_poc_agree';
|
$events_loc.pres_mgmt.show_report = 'sessions_poc_agree';
|
||||||
}}
|
}}
|
||||||
class="btn btn-sm variant-ghost-success hover:variant-filled-success transition-all m-1"
|
|
||||||
class:hidden={!$events_loc.pres_mgmt?.require__session_agree}
|
class:hidden={!$events_loc.pres_mgmt?.require__session_agree}
|
||||||
|
class="btn btn-sm variant-ghost-success hover:variant-filled-success transition-all m-1"
|
||||||
title="Show POCs who have agreed to session terms and conditions."
|
title="Show POCs who have agreed to session terms and conditions."
|
||||||
>
|
>
|
||||||
{#if $events_sess.pres_mgmt?.show_report == 'sessions_poc_agree' && $events_sess.pres_mgmt.status_rpt[$events_sess.pres_mgmt?.show_report] == 'loading'}
|
{#if $events_sess.pres_mgmt?.show_report == 'sessions_poc_agree' && $events_sess.pres_mgmt.status_rpt[$events_sess.pres_mgmt?.show_report] == 'loading'}
|
||||||
@@ -597,6 +597,7 @@ async function handle_qry__event_session(
|
|||||||
});
|
});
|
||||||
$events_loc.pres_mgmt.show_report = 'session_no_bio';
|
$events_loc.pres_mgmt.show_report = 'session_no_bio';
|
||||||
}}
|
}}
|
||||||
|
class:hidden={$lq__event_obj?.mod_pres_mgmt_json?.hide__report_kv.session_no_bio}
|
||||||
class="btn btn-sm variant-ghost-success hover:variant-filled-success transition-all m-1"
|
class="btn btn-sm variant-ghost-success hover:variant-filled-success transition-all m-1"
|
||||||
title="Show sessions without POC bios."
|
title="Show sessions without POC bios."
|
||||||
>
|
>
|
||||||
@@ -643,6 +644,7 @@ async function handle_qry__event_session(
|
|||||||
});
|
});
|
||||||
$events_loc.pres_mgmt.show_report = 'presenters_agree';
|
$events_loc.pres_mgmt.show_report = 'presenters_agree';
|
||||||
}}
|
}}
|
||||||
|
class:hidden={!$events_loc.pres_mgmt?.require__presenter_agree}
|
||||||
class="btn btn-sm variant-ghost-success hover:variant-filled-success transition-all m-1"
|
class="btn btn-sm variant-ghost-success hover:variant-filled-success transition-all m-1"
|
||||||
title="Show presenters who have agreed to present."
|
title="Show presenters who have agreed to present."
|
||||||
>
|
>
|
||||||
@@ -676,6 +678,7 @@ async function handle_qry__event_session(
|
|||||||
});
|
});
|
||||||
$events_loc.pres_mgmt.show_report = 'presenters_biography';
|
$events_loc.pres_mgmt.show_report = 'presenters_biography';
|
||||||
}}
|
}}
|
||||||
|
class:hidden={$lq__event_obj?.mod_pres_mgmt_json?.hide__report_kv.presenter_no_bio}
|
||||||
class="btn btn-sm variant-ghost-success hover:variant-filled-success transition-all m-1"
|
class="btn btn-sm variant-ghost-success hover:variant-filled-success transition-all m-1"
|
||||||
title="NOT READY YET: Show presenters with bios."
|
title="NOT READY YET: Show presenters with bios."
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user