Skip to content

Commit

Permalink
LPS-104671 Restoring the previous bean
Browse files Browse the repository at this point in the history
When the if statement was true the bean was replaced and the inputs
after it for the previous bean (keywords, robots) were broken.
  • Loading branch information
4lejandrito committed Nov 15, 2019
1 parent ca879b0 commit 7f293a5
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -89,6 +89,8 @@ UnicodeProperties layoutTypeSettings = selLayout.getTypeSettingsProperties();
<aui:validator name="url" />
</aui:input>
</div>

<aui:model-context bean="<%= selLayout %>" model="<%= Layout.class %>" />
</c:when>
<c:otherwise>
<aui:input checked="<%= false %>" helpMessage="use-custom-canonical-url-help" label="use-custom-canonical-url" name="canonicalURLEnabled" type="checkbox" wrapperCssClass="mb-1" />
Expand Down

0 comments on commit 7f293a5

Please sign in to comment.