Posted by davidberndt on June 27, 2008 at 4:53pm
Jump to:
| Project: | Clickpath |
| Version: | 6.x-1.x-dev |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
This works very well. I noticed that if I click the same menu item twice it shows both in the path history. That is exactly what I did - is there a way I could delete duplicates. And is it possible to clear the click history on demand?
Comments
#1
The pages listed are duplicate in titles only, the actual paths are different. I'm not sure what the fix here should be.
#2
A solution for this may come out of #399008: Use menu_get_item() instead of drupal_get_title()
#3
Hi.
I confirm that only path with similar titles were duplicated, several clicks on the same menu item don't bring several entries in the path history.
The problem is solved (for example when clicking on "My account", "Edit", another link) by the patch on #399008: Use menu_get_item() instead of drupal_get_title().
Regards,