Skip to content

Commit

Permalink
Fix TypeError on the Query Report tab
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Mar 15, 2024
1 parent f2d6ea3 commit e627888
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Changelog
=========

7.1 (unreleased)
----------------
7.0.1 (unreleased)
------------------

- Nothing changed yet.
- Fix TypeError on the Query Report tab.
(`#136 <https://github.com/zopefoundation/Products.ZCatalog/issues/136>`_)


7.0 (2023-03-14)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name='Products.ZCatalog',
version='7.1.dev0',
version='7.0.1.dev0',
url='https://github.com/zopefoundation/Products.ZCatalog',
project_urls={
'Issue Tracker': 'https://github.com/zopefoundation/'
Expand Down
2 changes: 1 addition & 1 deletion src/Products/ZCatalog/dtml/catalogReport.dtml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</td>
<td>
<dtml-var expr="'%3.2f' % last['duration']">ms
[<dtml-in expr="last['details']" sort mapping>
[<dtml-in expr="last['details']" mapping>
&dtml-id;: <dtml-var expr="'%3.2f' % duration">ms,
</dtml-in>]
</td>
Expand Down

0 comments on commit e627888

Please sign in to comment.