General improvement for archive content creation. Better show/hide for enable and hide fields. Novi and iframe related updates.

This commit is contained in:
Scott Idem
2024-11-19 13:02:05 -05:00
parent d1f37af192
commit 77cc152837
13 changed files with 311 additions and 58 deletions

View File

@@ -431,6 +431,7 @@ async function handle_qry__event(
>
{#if ($ae_loc.edit_mode && $ae_loc.trusted_access) && (!$idaa_loc.recovery_meetings.qry__hidden || $idaa_loc.recovery_meetings.qry__hidden == 'not_hidden')}
<button
type="button"
on:click={() => {
$idaa_loc.recovery_meetings.qry__hidden = 'all';
$idaa_loc.recovery_meetings.qry__limit = 200;
@@ -442,6 +443,7 @@ async function handle_qry__event(
</button>
{:else if $ae_loc.trusted_access && $idaa_loc.recovery_meetings.qry__hidden != 'not_hidden'}
<button
type="button"
on:click={() => {
$idaa_loc.recovery_meetings.qry__hidden = 'not_hidden';
$idaa_loc.recovery_meetings.qry__limit = 100;
@@ -455,6 +457,7 @@ async function handle_qry__event(
{#if ($ae_loc.edit_mode && $ae_loc.administrator_access) && (!$idaa_loc.recovery_meetings.qry__enabled || $idaa_loc.recovery_meetings.qry__enabled == 'enabled')}
<button
type="button"
on:click={() => {
$idaa_loc.recovery_meetings.qry__hidden = 'all';
$idaa_loc.recovery_meetings.qry__enabled = 'all';
@@ -467,6 +470,7 @@ async function handle_qry__event(
</button>
{:else if $ae_loc.administrator_access && $idaa_loc.recovery_meetings.qry__enabled != 'enabled'}
<button
type="button"
on:click={() => {
$idaa_loc.recovery_meetings.qry__enabled = 'enabled';
ae_trigger = 'load__event_obj_li';
@@ -483,6 +487,7 @@ async function handle_qry__event(
>
{#if ($ae_loc.trusted_access && $ae_loc.edit_mode) || $idaa_loc.novi_uuid}
<button
type="button"
on:click={() => {
if (!confirm('Create new meeting?')) {
return false;