I would like the horizontal tab linked to a stage.
This is probably related to this issue: http://drupal.org/node/1163102 but not exactly the same.

when clicking the tab "stage1", it will redirect me to http://my-site/node/10/edit?step=group_form_step_1
similarly, if I click the tab "stage2", it will redirect me to http://my-site/node/10/edit?step=group_form_step_2

I've been fiddeling with this for a few hours, seeing that the groups are in the database, and also noted that the a tag for the tab is #..

is there a way to configure? if not, what would be the way to acheive this?
thanks for this awsome module!

Comments

nevosa’s picture

Issue summary: View changes

code

nils.destoop’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

This is not possible without custom code. You need to overwrite both the horizontal tabs js as the tabs rendering. Quite a lot of work to explain in an issue :)