For some reason the view embedding on My Workbench doesn't provide the contextual links that usually go along with Views. Here's a feature request to change that.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | workbench-contextual_links-1287166-5.patch | 2.01 KB | drupalmonkey |
| #3 | workbench-contextual_links-1287166-3.patch | 1.96 KB | drupalmonkey |
Comments
Comment #1
robeano commentedYep, both views are missing the context menu. This needs to be fixed. Lowering priority and assigning to stevector to work on this when he has some time.
Comment #2
agentrickardI suspect this is the culprit.
views_embed_view() doesn't include the contextual links.
Comment #3
drupalmonkey commentedGot the contextual links to work, please test!
Comment #4
agentrickardThis would all need to be wrapped in an
if (module_exists('contextual')) {call, wouldn't it?Comment #5
drupalmonkey commentedYou are quite correct, agentrickard!
Rerolled patch with the module check.
Please test with core Contextual Links module enabled and disabled.
Comment #6
agentrickardCommitted!
8969ed2..b26284b