This is *not* a duplicate of: https://drupal.org/node/1899564

- In the dev version ( 7.x-3.x-dev - 2013-Aug-17 )
- At: /admin/structure/domain/settings
- The "Display in vertical tabs" option is not respected. Even though "No" is clearly selected, and saved, the form always shows the domain settings in a vertical tab.

Troubleshooting:
- I deleted the MySQL row, and re-set the setting via the GUI - no effect
- I manually editted the MySQL row to *not* display in tabs (even though the GUI does save a "0" when "No" is selected - no effect
- I hard-coded the "#group" variable in domain.module to ' ' (nothing/blank) - no effect

Comments

agentrickard’s picture

Status: Active » Postponed (maintainer needs more info)

This works normally when you aren't using a module like Field Group.

I cannot replicate the issue.

Please include steps to replicate. In particular, I'm interested in the settings on your content type fields page.

dazz’s picture

I have the same problem when Domain Path is activated.

agentrickard’s picture

Please include steps to replicate.

Renee S’s picture

Issue summary: View changes

To replicate:

1. Install Domain Path.
2. Go to node edit form
3. ???
4. VERTICAL TAB!

JKingsnorth’s picture

Priority: Normal » Minor
Status: Postponed (maintainer needs more info) » Active

Confirmed the issue.

agentrickard’s picture

Then please refile to Domain Path.

JKingsnorth’s picture

Project: Domain » Domain Path
Version: 7.x-3.x-dev » 7.x-1.x-dev
Component: - Domain Settings » Code