[ZCM] [ZC] 253/ 2 Resolve "Unsorted menu in HelpSys"
Collector: Zope Bugs and Patches ...
zope-coders@zope.org
Thu, 28 Feb 2002 08:30:49 -0500
Issue #253 Update (Resolve) "Unsorted menu in HelpSys"
Status Resolved, Zope/bug+solution medium
To followup, visit:
http://collector.zope.org/Zope/253
==============================================================
= Resolve - Entry #2 by ajung on Feb 28, 2002 8:29 am
Status: Pending => Resolved
Fixed in CVS trunk and 2.5 branch.
Thanks for submitting,
-aj
________________________________________
= Request - Entry #1 by spusiman on Feb 28, 2002 2:23 am
Uploaded: "patch"
- http://collector.zope.org/Zope/253/patch/view
The help-topics in the HelpSys-menu are unsorted.
The problem is in lib/python/HelpSys/dtml/menu.dtml.
I changed the line <dtml-tree> to <dtml-tree sort=id>
which let the menu sorted by help-topic-id.
a patch is attached
==============================================================