From 88d9e0e2b7997eb0c96dc737082c91b4e3f7ca6e Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Wed, 17 Jun 2026 15:10:37 +0000
Subject: [PATCH] =Fixed for single image upload fields populating the image meta. Need to check galleries now.

---
 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