Skip to content

Commit 42d217e

Browse files
achaparrobrianchandotcom
authored andcommitted
LPD-74079 Use TODO and LPD reference
1 parent d409982 commit 42d217e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/apps/layout/layout-page-template-service/src/main/java/com/liferay/layout/page/template/internal/service/LayoutPageTemplateLayoutPrototypeLocalServiceWrapper.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ public LayoutPrototype addLayoutPrototype(
4242
LayoutPrototype layoutPrototype = super.addLayoutPrototype(
4343
userId, companyId, nameMap, descriptionMap, active, serviceContext);
4444

45-
// Remove this condition when private pages are not supported
45+
// TODO Remove this condition when private pages are no longer
46+
// supported. See LPD-72837.
4647

4748
if (!BatchEngineThreadLocal.isBatchImportInProcess() &&
4849
(ExportImportThreadLocal.isStagingInProcess() ||

0 commit comments

Comments
 (0)