Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 3924136

Browse files
committed
Fixed canceln button logic.
1 parent 0e91014 commit 3924136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/WEB-INF/editCockpitProject.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@
634634
<!-- End. permissionsNotifications -->
635635

636636
<div class="groupButtonContainer">
637-
<a class="buttonRed1 cancelProjectButton cancelGroupsButton" href="javascript:;"><span>CANCEL</span></a>
637+
<a class="buttonRed1 cancelProjectButton cancelGroupsButton" href="<s:url action="projectOverview" namespace="/"><s:param name="formData.projectId" value="formData.projectId"/></s:url>"><span>CANCEL</span></a>
638638
<a id="saveSecurityGroups" class="buttonRed1 newButtonGreen" href="javascript:;"><span>SAVE PERMISSIONS</span></a>
639639
</div>
640640

0 commit comments

Comments
 (0)