-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 7.10
-
Component/s: Seam / JSF UI
-
Tags:
Document tabs and actions (upper actions) are not ajaxified by default but this can be activated thanks to a configuration service property (see NXP-9384).
This activation will have an impact on functional tests (webdriver, funkload, selenium).
Ajaxfied tabs behaviour is controlled with:
<component name="org.nuxeo.ecm.platform.webapp.base.properties"> <extension target="org.nuxeo.runtime.ConfigurationService" point="configuration"> <property name="nuxeo.jsf.useAjaxTabs">true</property> </extension> </component>
–
Tabs in Nuxeo Platform Web UI are now ajaxified by default. This behaviour can be changed with the application property "nuxeo.jsf.useAjaxTabs".
- depends on
-
NXP-18320 Fix Permission tab on IE 11 (have to refresh to see content) and redisplay on all browsers
- Resolved
-
NXP-14205 Fix SafeEdit when AJAX tab enabled
- Resolved
-
NXP-18328 Fix subtab navigation between History and Manage tab
- Resolved
-
NXBT-962 Ease up testing ajaxified tabs in selenium tests
- Resolved
-
NXP-9384 Allow using Ajax for tab switching
- Resolved
- is required by
-
NXP-15910 Fix rich fileupload resources loading on ajaxified tabs
- Resolved
-
NXP-18323 Fix random NPE on CollectionManagerImpl
- Resolved
-
NXS-2955 Adapt 7.10.x and 8.1.x Studio integration tests to Nuxeo changes
- Resolved
-
NXP-17563 Experiment with resources ordering
- Resolved