Fixed bug that disabled things when saved.... Sort of. At least for posts it was disabling them. I need to test this more. Again...
This commit is contained in:
@@ -686,6 +686,8 @@ async function handle_hosted_files_uploaded(hosted_file_id_li: string[], hosted_
|
||||
</div>
|
||||
</fieldset>
|
||||
</span>
|
||||
{:else}
|
||||
<input type="hidden" name="enable" value={$idaa_slct.archive_content_obj.enable} />
|
||||
{/if}
|
||||
</span>
|
||||
|
||||
|
||||
@@ -503,6 +503,8 @@ async function handle_submit_form(event) {
|
||||
</div>
|
||||
</fieldset>
|
||||
</span>
|
||||
{:else}
|
||||
<input type="hidden" name="enable" value={$idaa_slct.archive_obj.enable} />
|
||||
{/if}
|
||||
</span>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user