[ZCM] [ZC] 706/ 4 Resolve "findResults.dtml: minor bugs"
Collector: Zope Bugs, Features,
and Patches ...
zope-coders-admin at zope.org
Mon Jan 19 18:48:33 EST 2004
Issue #706 Update (Resolve) "findResults.dtml: minor bugs"
Status Resolved, Zope/bug medium
To followup, visit:
http://zope.org/Collectors/Zope/706
==============================================================
= Resolve - Entry #4 by efge on Jan 19, 2004 6:48 pm
Status: Pending => Resolved
Resolving the bug, please open a new feature request if the features are still deemed useful.
________________________________________
= Comment - Entry #3 by leper on Jan 19, 2004 6:32 pm
The fixes have been applied on 2.6 branch, 2.7 branch
and HEAD, the feature additions haven't been.
________________________________________
= Comment - Entry #2 by leper on Jun 2, 2003 4:16 am
the bugs mentioned in this report are fixed by the patch associated with issue 813 (the feature additions are not)
________________________________________
= Request - Entry #1 by to_be on Nov 29, 2002 5:08 am
Uploaded: "findResult.dtml"
- http://zope.org/Collectors/Zope/706/findResult.dtml/view
The advanced search doesn't sort right if skey=id is selected. Lines 235/36:
<OPTION VALUE="id">Type
<OPTION VALUE="meta_type">Id
don't look right, if you ask me.
The header row is empty if more than 1 but less than batchsize results were found; line 58:
<dtml-if expr="_.len(results) != 1">
should read
<dtml-if expr="_.len(results) > batch_size ">
I've appended a version which fixes these topics and additionally mocks up the result rows a little bit.
==============================================================
More information about the Zope-Collector-Monitor
mailing list