Closed (outdated)
Project:
Drupal core
Version:
7.x-dev
Component:
shortcut.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Dec 2011 at 13:43 UTC
Updated:
7 Sep 2012 at 03:53 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
caiovlp commentedI tried to reproduce the issue, but I don't menu items being added to disabled list automatically. I created 18 shortcuts and all of them went active. As a matter of fact, I was not able to find a disabled list.
I went thought the shortcut module code and could not find any validation limiting the links number, but I found this:
However, the function does not validate and $limit is never being passed in the call. So I made a patch to remove this documentation as I believe was not intended to be there.
Comment #2
caiovlp commentedComment #3
David_Rothstein commentedDrupal 8 no longer has a shortcut limit, so this issue is only valid for Drupal 7.
@caiovlp, can you move your patch to #1304486: Completely remove the ability to limit the number of shortcuts per set maybe? That's the issue that removed the $limit parameter (and the limit itself), but it looks like it did not update this documentation, and that issue is already reopened for other followup anyway.
Comment #4
caiovlp commentedMoved my patch to a new issue as we talked. Please refer to #1777392: $limit parameter removed from shortcut_admin_add_link, but still in documentation.