Skip to content

Commit

Permalink
LPD-42706 KBTemplate doesn't have status by username, so show only wh…
Browse files Browse the repository at this point in the history
…en the entry was modified to avoid confusion
  • Loading branch information
jkappler committed Nov 28, 2024
1 parent 36b8e41 commit 7536f5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ ViewKBTemplatesDisplayContext viewKBTemplatesDisplayContext = (ViewKBTemplatesDi
</h2>

<span class="text-default">
<liferay-ui:message arguments="<%= new String[] {HtmlUtil.escape(kbTemplate.getUserName()), viewKBTemplatesDisplayContext.getKBTemplateModifiedDateDescription(kbTemplate)} %>" key="x-modified-x-ago" />
<liferay-ui:message arguments="<%= viewKBTemplatesDisplayContext.getKBTemplateModifiedDateDescription(kbTemplate) %>" key="modified-x-ago" />
</span>
</liferay-ui:search-container-column-text>

Expand Down

0 comments on commit 7536f5a

Please sign in to comment.