Jake Vanderwerf
2026-07-09 c68aefb847b09daa0697de7684d3451e2e68ce1e
assets/js/concise/CRUDOld.js
@@ -25,7 +25,7 @@
            keyPath: 'id',
            endpoint: 'content',
            headers: {
               'action_nonce': window.auth.getNonce('dash'),
               'X-Action-Nonce': window.auth.getNonce('dash'),
            },
            indexes: [
               {name: 'id', keyPath: 'id'},
@@ -194,7 +194,7 @@
      let operation = {
         endpoint: 'content',
         headers: {
            'action_nonce': window.auth.getNonce('dash'),
            'X-Action-Nonce': window.auth.getNonce('dash'),
         },
         data: {
            posts: changes,
@@ -508,7 +508,7 @@
      // Get the base content type
      data.content = form.closest('dialog')?.dataset.content || this.content;
      data.user = window.auth.getUser();
      // data.user = window.auth.getUser();
      // Collect timeline entries
      const timelineGroups = form.querySelectorAll('.upload-group');