Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lps 68160 #43165

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/apps/collaboration/blogs/.gitrepo
Expand Up @@ -3,7 +3,7 @@
;
[subrepo]
cmdver = liferay
commit = d06c6813cef7a5748704617d45b349dd9bfba922
commit = 84e6263c66d4cbca6089fde43349c750304dc491
mode = push
parent = 50597f04eb881d49c2bb92d94d0780194f10f768
parent = f863fc43fe40e99ac42283604ae0cf7aeed80c59
remote = git@github.com:liferay/com-liferay-blogs.git
4 changes: 2 additions & 2 deletions modules/apps/forms-and-workflow/dynamic-data-mapping/.gitrepo
Expand Up @@ -3,7 +3,7 @@
;
[subrepo]
cmdver = liferay
commit = 5ed9b2cdf22ecc694e8625a04eee8f268a9829f6
commit = b485163523465b3a965b7f8f7a46fbfbcbe3edcc
mode = push
parent = 2f5a3dbfffc103589d11001a9925ef2184213e7b
parent = 3a67ade3c641c51571ac23e8ddecb02b5ff0c39a
remote = git@github.com:liferay/com-liferay-dynamic-data-mapping.git
4 changes: 2 additions & 2 deletions modules/apps/foundation/frontend-js/.gitrepo
Expand Up @@ -3,7 +3,7 @@
;
[subrepo]
cmdver = liferay
commit = fd2911c71f7a8c60702c7467303395772c910f16
commit = 852de079f73b97a907866721a81898b3f787ae0a
mode = push
parent = b22a775d335062337ad13044a8e0edf9ee462989
parent = 0b486ef20f8e01a6ee7dcca416f2df82b6427314
remote = git@github.com:liferay/com-liferay-frontend-js.git
4 changes: 2 additions & 2 deletions modules/apps/screens/.gitrepo
Expand Up @@ -3,7 +3,7 @@
;
[subrepo]
cmdver = liferay
commit = a5942d346a8fde53029c615a4f360e2d20742f6e
commit = ac1135f9c09711ea3c4aca61690a5f1262f8ccf6
mode = push
parent = 4f40a870ee69df920c9560bbf9f74203986eb0c1
parent = 9938f06ae55e8a962cd7afd939ff1de4fa264420
remote = git@github.com:liferay/com-liferay-screens.git
Expand Up @@ -546,11 +546,6 @@ else if (group.isLayoutPrototype()) {

plid = layout.getPlid();

// Updates to shared layouts are not reflected until the next time
// the user logs in because group layouts are cached in the session

layout = (Layout)layout.clone();

layoutTypePortlet = (LayoutTypePortlet)layout.getLayoutType();

boolean customizable = layoutTypePortlet.isCustomizable();
Expand Down