BoilerPlate/ Global Toolbar Customization Are Not Reflected in PS3 and PS4 After Following Steps in Oracle WebCenter Developers Guide
(Doc ID 1375341.1)
Last updated on MAY 07, 2019
Applies to:
Oracle WebCenter Portal - Version 11.1.1.4.0 to 11.1.1.5.0 [Release 11g]Information in this document applies to any platform.
Purpose
Customization of BoilerPlate/ Global Toolbar region is not visible in Oracle WebCenter Spaces.
Chapter 24: Section 24.2.1 Use Case 1: WebCenter Spaces: Add a Link to the WebCenter Spaces Global Toolbar Task Flow
Customizations are not reflected in Spaces after performing all the steps documented in the Guide above:
To verify customizations for boilerplate taskflow are propogated correctly in WebCenter MDS, execute exportMetadata to extract the customization - BoilerPlate.jsff.xml and verify if changes still exist:
server='WC_Spaces',toLocation='<PATH>',docs='/oracle/webcenter/webcenterapp/view/taskflows/globalToolbar/mdssys/cust/site/webcenter/BoilerPlate.jsff.xml')
Verify customizations (BoilerPlate.jsff.xml) performed in JDev are imported correctly to MDS:
<mds:customization version="11.1.1.59.23" xmlns:mds="http://xmlns.oracle.com/mds">
<mds:insert parent="pgl51" position="first" xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
<af:goLink xmlns:af="http://xmlns.oracle.com/adf/faces/rich" text="goLink 1" id="sgl1" destination="http://www.google.com"/>
</mds:insert>
</mds:customization>
Scope
Fusion Middleware WebCenter Portal - Spaces Developers and Designers
Oracle WebCenter PS3 (11.1.1.4.0) and PS4 (11.1.1.5.0) only.
Details
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Purpose |
Scope |
Details |
1. Make a copy of the template having the Global Toolbar region |
2. Perform Customization to the Copy the Spaces Top Navigation Template to add the link |
3. Add the customized copy of Spaces Top Navigation template |
References |