Download & Extend

Empty tabs when fields filtered by Content Profile

Project:Vertical Tabs
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

I'm not sure, but I think this should be a VT issue rather than a content profile issue.

Content Profile provides the option to choose which fields show on the user registration form. If you eliminate all fields from a fieldgroup, Content Profile gets rid of the fieldset, but the tab still shows, completely empty, because Vertical Tabs still has it in the javascript it adds to the page.

In other words, I still have

jQuery.extend(.... "verticalTabs": { "group_required": { "name": "Required", "weight": 4.39, "callback": "group_required", "args": [ ] }, "group_user_media": { "name": "Add Photos and Video", "weight": 9.42, "callback": "group_user_media", "args": [ ] } } });

Even though all the fields in the group_user_media group are filtered out.

I'm not sure where the checks for that should be done, but the Content Profile module with the Fieldgroup Tabs module as expected. See this issue for CP
http://drupal.org/node/451590

Comments

#1

Status:active» postponed (maintainer needs more info)

Please test and re-confirm using the latest code, 6.x-1.0-beta6.

#2

Version:6.x-1.0-beta4» 6.x-1.x-dev

Please provide step-by-step instructions for me to be able to duplicate this.

#3

Sorry Dave,

I'll need to set up a test situation where I can try to produce this again. Give me a bit longer.

#4

Status:postponed (maintainer needs more info)» fixed

At this point, this issue is going to be marked as fixed due to a lack of follow-up. If you can provide the requested details or more information, please re-open the issue.

This message is automatically generated. If you feel it could be improved, feel free to comment on http://drupal.org/node/467548

#5

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

nobody click here