Hide Forgot
Link type: Superset, Source: JBEPP-794, Destination: JBEPP-795 Affects: Release Notes Help Desk Ticket Reference: https://na7.salesforce.com/500A0000006I4Gx project_key: JBEPP From linked GTNPORTAL-1753: 1/ Create a new portlet and use doHeader method to add some resources to header (e.g add a js and css to header) 2/ Add the portlet to a portal page 3/ Check in the header of this page, we can see the resource which portlet's added to header is duplicated
Link: Added: This issue is a dependency of GTNPORTAL-1753
Link: Added: This issue depends GTNPORTAL-1753
Link: Removed: This issue is a dependency of GTNPORTAL-1753
The patch proposal added to GTNPORTAL-1753 on 10/Jan/11 by Khoi Nguyen fixes this issue.
Link: Added: This issue incorporates JBEPP-795
Release Notes Docs Status: Added: Documented as Resolved Issue Release Notes Text: Added: When adding multiple resources to the portal headers, the resources where added multiple times.
Release Notes Docs Status: Removed: Documented as Resolved Issue Added: Needs More Info Release Notes Text: Removed: When adding multiple resources to the portal headers, the resources where added multiple times. Added: Cause: NEEDINFO Consequence: Resources (js, css, etc) added to new portlets with the doHeaders() method were added twice. Fix: A patch has been applied that... NEEDINFO (What does the patch do?) Result: New resources are only linked once.
Release Notes Text: Removed: Cause: NEEDINFO Consequence: Resources (js, css, etc) added to new portlets with the doHeaders() method were added twice. Fix: A patch has been applied that... NEEDINFO (What does the patch do?) Result: New resources are only linked once. Added: Cause: A bug when adding resources to the Head of the HTML response Consequence: Resources (js, css, etc) added to new portlets with the doHeaders() method were added twice. Fix: A patch has been applied to fix the bug. Result: New resources are only linked once.
Release Notes Docs Status: Removed: Needs More Info Added: Not Yet Documented
Release Notes Docs Status: Removed: Not Yet Documented Added: Documented as Resolved Issue
Release Notes Text: Removed: Cause: A bug when adding resources to the Head of the HTML response Consequence: Resources (js, css, etc) added to new portlets with the doHeaders() method were added twice. Fix: A patch has been applied to fix the bug. Result: New resources are only linked once. Added: When adding resources (js, css, etc) to the Head of the HTML response with the doHeaders method a bug was encountered which caused those resources to be added twice. A patch has been applied to fix the bug and new resources are now only linked once.