From 23c7f84ab803e6fc460a7a6d2578e5270bdc6849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= Date: Mon, 28 Oct 2024 05:50:49 +0100 Subject: [PATCH] OFS/dtml/cacheable: Remove "New" from label In https://github.com/zopefoundation/Zope/commit/6ac52aacbea61603b482332846cf356d78a744a6#diff-1cd7357f6a0c6126e3279998f27d3c17f5d48e4940356bbe6f0266101828fb02R9 the label was changed from `Cache this object using` to `New Cache this object using`, this looks like left-overs from debugging. --- CHANGES.rst | 8 +++++--- src/OFS/dtml/cacheable.dtml | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 80856eaf88..75a742e981 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,14 +10,16 @@ https://github.com/zopefoundation/Zope/blob/4.x/CHANGES.rst 5.11.2 (unreleased) ------------------- - -5.11.1 (2024-11-03) -------------------- +- OFS/cachable: fix *Cache this object using* label in ZMI. - Include versions constraints for production and non-production dependencies in ``constraints.txt``. (`#1234 `_) + +5.11.1 (2024-11-03) +------------------- + - Update to newest compatible versions of dependencies. - Define ``request["PARENTS"]`` before request parameter processing diff --git a/src/OFS/dtml/cacheable.dtml b/src/OFS/dtml/cacheable.dtml index 7bf720d884..1b656e0565 100644 --- a/src/OFS/dtml/cacheable.dtml +++ b/src/OFS/dtml/cacheable.dtml @@ -5,10 +5,10 @@
-
+
- New Cache this object using + Cache this object using