Tab Selector Broken

XMLWordPrintable

      For a URL like /registry/co_people/edit/18/co:2/tab:role (also co_person_roles and org_identities), the tab:role selector doesn't work because the jQuery call has changed.

      Old: $tabs.tabs('select', '#tabs-' + selectedtab );

      New: $tabs.tabs('option', 'active', 4 );

      It appears that the third argument may need to be numeric.

      For now, the code has been updated to $tabs.tabs('option', 'active', '#tabs-' + selectedtab ); for CO-589.

            Assignee:
            Marie Huynh (Inactive)
            Reporter:
            Benn Oshrin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: