From 7f293a5dda8a75173ab3cecfcc3d17751cac3312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Tard=C3=ADn?= Date: Fri, 15 Nov 2019 13:47:57 +0100 Subject: [PATCH] LPS-104671 Restoring the previous bean When the if statement was true the bean was replaced and the inputs after it for the previous bean (keywords, robots) were broken. --- .../META-INF/resources/layout/screen/navigation/entries/seo.jsp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/apps/layout/layout-admin-web/src/main/resources/META-INF/resources/layout/screen/navigation/entries/seo.jsp b/modules/apps/layout/layout-admin-web/src/main/resources/META-INF/resources/layout/screen/navigation/entries/seo.jsp index 577410f6016961..9a3cebe54a39a4 100644 --- a/modules/apps/layout/layout-admin-web/src/main/resources/META-INF/resources/layout/screen/navigation/entries/seo.jsp +++ b/modules/apps/layout/layout-admin-web/src/main/resources/META-INF/resources/layout/screen/navigation/entries/seo.jsp @@ -89,6 +89,8 @@ UnicodeProperties layoutTypeSettings = selLayout.getTypeSettingsProperties(); + +