Closed (won't fix)
Project:
Display Suite
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Oct 2011 at 13:40 UTC
Updated:
7 Oct 2011 at 07:48 UTC
what about having Field Groups for the Manage layout with Views displays.
i noticed
// Deny access to field_group if it exists.
if (module_exists('field_group')) {
unset($build['fields']['_add_new_group']);
}
Comments
Comment #1
swentel commentedSorry, it's simply to hard to make that work - also because views displays are a non fieldable entity (technical they are not even an entity anyway, I'm creating an entity on behalf of views which is not the nicest thing todo in the first place)
Comment #2
jummonk commentedToo bad, it would be 'retecool' though.