Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.1 EE SP3 (5.1.6), 5.2 EE SP1 (5.2.5)
-
All
Description
There are many places where layoutURL needs to be merged with portalURL. In some circumstances, layoutURL already contains portalURL. Instead of doing the same logic in all of those places, we'll encapsulate that logic in a single method.
The new methods in PortalUtil are:
PortalUtil
public static String getLayoutFullURL(Layout layout, ThemeDisplay themeDisplay)
public static String getLayoutFullURL(Layout layout, ThemeDisplay themeDisplay, boolean doAsUser)
public static String getLayoutFullURL(ThemeDisplay themeDisplay)
ServiceContext
public String getLayoutFullURL()
public void setLayoutFullURL(String layoutFullURL)
Attachments
Issue Links
- is related to
-
LPS-4305 New method to merge layoutURL with portalURL
- Closed