Uploaded image for project: 'COmanage'
  1. COmanage
  2. CO-613

Tab Selector Broken

    XMLWordPrintable

Details

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              marie Marie Huynh (Inactive)
              benn.oshrin@at.internet2.edu Benn Oshrin (internet2.edu)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: