From ed57c386db34d8693ca75311972d0929ebe5f488 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Mon, 01 Jun 2026 22:23:19 +0000
Subject: [PATCH] =Added some more Schema classes, allowed for override of array in outputSchema for complex schema, as for timeline post types
---
assets/js/concise/CRUDOld.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/assets/js/concise/CRUDOld.js b/assets/js/concise/CRUDOld.js
index a9fc815..998483d 100644
--- a/assets/js/concise/CRUDOld.js
+++ b/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,
--
Gitblit v1.10.0