-
Type:
Bug
-
Status: Closed
-
Resolution: Won't Fix
-
Affects Version/s: 6.2.10 EE GA1
-
Fix Version/s: None
-
Component/s: Staging
-
Labels:
-
Git Pull Request:
when use default.guest.public.layouts.lar to import public guest pages upon Liferay install, all the portlets got removed.
discovered while testing LPP-11752
steps to reproduce
assuming LPS-47625 is fixed
1. start a fresh Liferay 6.2 sp4 with a empty database
2. add page to guest public page(next to welcome), add some portlets
3. go to control panel and export the guest public pages as guest.lar
4. download the LAR file to a directory
5. shut down Liferay and drop create database
6. start a fresh Liferay with portal-ext.properties file including:
default.guest.public.layouts.lar=
/guest.lar
expected result
public guest pages in the LAR file are imported to the new Liferay instance and with all the portlets you added imported properly
actual result
public guest pages in the LAR file are imported but all the portlets are lost
reproduced in 6.2.x
fixed in master
- is a dependency of
-
LPS-47625 default.guest.public.layouts.lar properties is giving "no group exists" error upon startup
- Closed