Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-6419 Header Tabs
  3. NXP-6775

Make it possible to set several current tabs on the same page

    XMLWordPrintable

    Details

    • Type: Sub-task
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 5.4.1
    • Fix Version/s: 5.4.1-HF17, 5.4.2-RC1, 5.4.2
    • Component/s: None
    • Tags:
    • Impact type:
      API added
    • Upgrade notes:
      Hide

      default url patterns using bindings to control standard tabs should be changed as is:
      <binding name="tabId" callGetter="false">
      #

      {webActions.currentTabId}

      </binding>
      <binding name="subTabId" callGetter="false">
      #

      {webActions.currentSubTabId}

      </binding>
      <binding name="tabIds">#

      {webActions.currentTabIds}

      </binding>

      Show
      default url patterns using bindings to control standard tabs should be changed as is: <binding name="tabId" callGetter="false"> # {webActions.currentTabId} </binding> <binding name="subTabId" callGetter="false"> # {webActions.currentSubTabId} </binding> <binding name="tabIds"># {webActions.currentTabIds} </binding>

      Description

      Currently only one tab can be selected, in the "VIEW_ACTIONS_LIST" category.
      We need to handle several kinds of current tabs (depending on the actions category) so that we can:

      • define bookmarkable tabs on a different view than 'view_documents' for documents
      • define bookmarkable urls on admin pages (admin center, user center...)
      • define several current tabs in case there are multiple tabs on the same page.

      For this we need to:

      • improve WebActions to make it handle more than one current tab
      • make it reset its current tabs not only when current document changes
      • propagate the current tabs that should be selected when clicking on a default document link (depending on the JSF view)

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: