Skip to content

Commit

Permalink
LPS-56372 Fix bug. According to the ActionCommand the name should be …
Browse files Browse the repository at this point in the history
…getTemplate and getStructure.
  • Loading branch information
Sergio Gonzalez committed Jun 16, 2015
1 parent 973fca1 commit ee5711e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -221,7 +221,7 @@ if (Validator.isNotNull(requestUpdateStructureURL)) {
</aui:field-wrapper>

<c:if test="<%= structure != null %>">
<portlet:actionURL name="ddmGetStructure" var="getStructureURL">
<portlet:actionURL name="getStructure" var="getStructureURL">
<portlet:param name="structureId" value="<%= String.valueOf(classPK) %>" />
</portlet:actionURL>

Expand Down
Expand Up @@ -235,7 +235,7 @@ boolean showCacheableInput = ParamUtil.getBoolean(request, "showCacheableInput")
<c:if test="<%= template != null %>">
<aui:input helpMessage="template-key-help" name="templateKey" type="resource" value="<%= template.getTemplateKey() %>" />

<portlet:actionURL name="ddmGetTemplate" var="getTemplateURL">
<portlet:actionURL name="getTemplate" var="getTemplateURL">
<portlet:param name="templateId" value="<%= String.valueOf(templateId) %>" />
</portlet:actionURL>

Expand Down

0 comments on commit ee5711e

Please sign in to comment.