Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: --Sprint 11/12, 6.2.0 CE M2
-
Component/s: API, API > JavaScript
-
Labels:
-
Environment:Windows 7 / Ubuntu 10.04.1 LTS
Tomcat 6.0.26
Liferay 6.0.5
Hsql / Oracle XE
-
Similar Issues:
Description
Using the static methods addLayout that have the parameter title in their signature does not work as expected.
In the relevant implementations of those methods in
LayoutLocalServiceImpl
the equivalent of
localeNamesMap.put(defaultLocale, name);
is missing for the parameter title.
Instead null or an empty
new HashMap<Locale, String>()
is passed on.
Or is this by design?
If so it should be documented accordingly.
Concerning this issue see also LPS-4909

I made a mistake in using the clone functionality, since I apparently can't edit description or details?
I will create a new issue instead, this can be closed.