assets/js/concise/CRUD.js
@@ -350,6 +350,16 @@ }); } } if (event === 'sent-to-queue' && data.field) { const fieldName = data.field.config.name; const itemId = data.field.config.itemID; if (itemId && fieldName) { if (this.changes.has(itemId)) { delete this.changes.get(itemId)[fieldName]; } } } }); } initModals() { @@ -1232,6 +1242,7 @@ await this.handleBackup(); } const changes = await this.changesStore.getAll(); console.log('Saving Changes: ', changes); if (changes.length === 0) return; if (title === '') {