Closed (works as designed)
Project:
Custom Contextual Links
Version:
7.x-1.5
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jul 2013 at 19:45 UTC
Updated:
5 Dec 2013 at 00:30 UTC
Jump to comment: Most recent
Comments
Comment #1
atiba commentedSame issue here. And I agree this should not depend on Views UI nor its permissions.
Comment #2
bkoether commentedWhile I agree that this would be a nice thing to have, it is important to understand how CCL works.
CCL is hocking into the Contextual module and as such can only add to what has already been provided to the Contextual module (in this case, the information that has been added by the Views module). This information actually allows CCL to determine what View and View display is rendered. So when Views UI is not adding this information, CCL can't figure out what custom links to add.
However, the issues described in this thread can be solved by two other features of CCL:
1. You can attach a custom link to a block, for example a views block
2. You can add a local action to a specific page, for example a views page.
Ben