Skip to content

Commit

Permalink
OFS/dtml/cacheable: Remove "New" from label (#1232)
Browse files Browse the repository at this point in the history
In 6ac52aa#diff-1cd7357f6a0c6126e3279998f27d3c17f5d48e4940356bbe6f0266101828fb02R9
the label was changed from `Cache this object using` to `New Cache this
object using`, this looks like left-overs from debugging.
  • Loading branch information
perrinjerome authored Nov 3, 2024
1 parent d54a989 commit 04b75cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/zopefoundation/Zope/pull/1234>`_)


5.11.1 (2024-11-03)
-------------------

- Update to newest compatible versions of dependencies.

- Define ``request["PARENTS"]`` before request parameter processing
Expand Down
4 changes: 2 additions & 2 deletions src/OFS/dtml/cacheable.dtml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

<form action="&dtml-absolute_url;" method="post">

<div class="form-group row mt-4 mb-4" title="New Cache this object using">
<div class="form-group row mt-4 mb-4" title="Cache this object using">
<div class="input-group col-12">
<div class="input-group-prepend">
<span class="input-group-text">New Cache&nbsp;<span class="d-none d-sm-block">this object using </span></span>
<span class="input-group-text">Cache&nbsp;<span class="d-none d-sm-block">this object using </span></span>
</div>
<select class="form-control" id="manager_id" name="manager_id">
<option value="">None</option>
Expand Down

0 comments on commit 04b75cf

Please sign in to comment.