Postponed (maintainer needs more info)
Project:
Bootstrap fieldgroup
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jun 2013 at 06:53 UTC
Updated:
19 Apr 2015 at 07:16 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
IP Police commentedI'm also having trouble with this on my site.
Comment #2
IP Police commentedI think I found a temporary work around for this issue.
To fix, I created a textfield called "Null Value" with the default value "." and placed it in the display's bootstrap_fieldgroup_nav_item that contained the non-required item. Then I just used CSS to set this field to display: none;
Kinda a hack but it does work for now...
Comment #3
kelvinwong commentedI fix it by checking if item is empty.
Comment #4
Shevchuk commentedConverted patch above to a p1 patch as Drupal patch guide suggests. Other than that they are the same.
That patch didn't help me though, may be I experience a different issue (buggy empty tab when access to all its fields is restricted with Field Permissions module).
Comment #5
Shevchuk commentedAdded access permission check, so that tab is not rendered when its
#accessattribute set tofalse.Comment #6
mkhamash commentedThe patch #5 does work, and I don't think there is a problem with the logic.
Comment #7
R-H commentedPatch 5 fixed my problem. Can we commit this?
Comment #8
davemybes commented#5 worked for me. Thanks.
Comment #11
cha0s commentedThanks for the patch! It's committed in the 7.x-1.1 release. :)
Comment #12
cha0s commentedComment #13
mas0h commentedI'm using the latest version and facing that issue, empty tabs are showing, and it should be hidden.
Comment #14
cha0s commentedYou'll need to provide more information, I haven't been able to reproduce since.