Closed (works as designed)
Project:
Display Suite
Version:
7.x-2.6
Component:
Miscellaneous
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Aug 2014 at 11:51 UTC
Updated:
19 Jul 2016 at 10:36 UTC
Jump to comment: Most recent
Comments
Comment #1
aspilicious commentedTried a few cases, can't find any issues. Sorry!
Comment #2
ayalon commentedI had the same problem. You have to enable field_ui and contextual module to show up the tab on the node. Not sure, why contextual module is necessary to display a node tab.
Comment #3
szeidler commentedI accidentally also stumbled across the issue on a skeleton page, that hadn't contextual links enabled.
It's necessary to have the contextual module enabled, because the "Manage display" tab is integrated in
ds_contextual_links_view_alterwhich is a implemented hook forhook_contextual_links_view_alterI guess, that that use-case is really seldom, as the contextual links is almost always enabled.