[ 
https://jira.nuxeo.com/browse/NXP-6775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anahide Tchertchian resolved NXP-6775.
--------------------------------------

       Resolution: Fixed
    Upgrade notes: 
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>

the request parameter "tabsIds" now holds multiple tab selection information.
tabId and subTabId are still in the default url pattern for compatibility (so 
that old bookmarked URLs still work ok)

http://hg.nuxeo.org/nuxeo/nuxeo-jsf/rev/07a4eefe7528
http://hg.nuxeo.org/nuxeo/nuxeo-jsf/rev/aa9831b46492
http://hg.nuxeo.org/nuxeo/nuxeo-features/rev/90897238e70d
http://hg.nuxeo.org/nuxeo/nuxeo-dm/rev/5ea2b824a961

> Make it possible to set several current tabs on the same page
> -------------------------------------------------------------
>
>                 Key: NXP-6775
>                 URL: https://jira.nuxeo.com/browse/NXP-6775
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Sub-task
>    Affects Versions: 5.4.1
>            Reporter: Anahide Tchertchian
>            Assignee: Anahide Tchertchian
>             Fix For: 5.4.2
>
>
> 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)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to