Currently the module make a unset($form[$key]); to disable the tabs, losing some information during the node submission. I noticed an incompatibility of this module with the organic groups module.

Is better use $form[$key]['#access'] = FALSE; instead of unset($form[$key]);.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jribeiro’s picture

skwashd’s picture

Status: Patch (to be ported) » Needs review
natanmoraes’s picture

Status: Needs review » Reviewed & tested by the community

Tested locally and it looks good.

skwashd’s picture

Status: Reviewed & tested by the community » Fixed

Thanks for the patch. This is a better approach. I've applied it.

  • skwashd committed d3d3fcd on 7.x-1.x authored by jribeiro
    Issue #2287689 by jribeiro: Use a better approach to hide the vertical...
rafaolf’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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