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?
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
Comment #1
coltraneThe pages listed are duplicate in titles only, the actual paths are different. I'm not sure what the fix here should be.
Comment #2
coltraneA solution for this may come out of #399008: Use menu_get_item() instead of drupal_get_title()
Comment #3
simon georges commentedHi.
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,