Can now save and delete archive content. This includes the hosted file. It still needs some work though. The content delete should also remove the hosted file.
This commit is contained in:
@@ -81,11 +81,8 @@ async function handle_submit_form(event: any) {
|
||||
post_do['group'] = null;
|
||||
}
|
||||
|
||||
// Check if the enable exists and is a string
|
||||
console.log(`post_di.enable = ${post_di.enable}`);
|
||||
// if (typeof post_di.enable !== 'undefined') {
|
||||
post_do['enable'] = !!post_di.enable;
|
||||
// }
|
||||
// console.log(`post_di.enable = ${post_di.enable}`);
|
||||
post_do['enable'] = !!post_di.enable;
|
||||
|
||||
// Check if the notes_new_html exists and is a string
|
||||
if (typeof $idaa_slct.post_obj.notes_new_html === 'string') {
|
||||
|
||||
Reference in New Issue
Block a user