Skip to content

Commit

Permalink
LPD-40723 SF (CSP related)
Browse files Browse the repository at this point in the history
  • Loading branch information
izaera committed Dec 16, 2024
1 parent a22a0e4 commit db8069c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,11 @@ if (Validator.isNotNull(backURL)) {

<c:if test="<%= Validator.isNotNull(curBackgroundTask.getStatusMessage()) %>">
<div class="background-task-status-row h6">
<liferay:csp>
<liferay-ui:csp>
<a class="details-link" href="javascript:void(0);" onclick="<portlet:namespace />viewBackgroundTaskDetails(<%= curBackgroundTask.getBackgroundTaskId() %>);">
<liferay-ui:message key="see-more-details" />
</a>
</liferay:csp>
</liferay-ui:csp>
</div>

<div class="background-task-status-message hide" id="<portlet:namespace />backgroundTaskStatusMessage<%= curBackgroundTask.getBackgroundTaskId() %>">
Expand Down

0 comments on commit db8069c

Please sign in to comment.