Skip to content

Commit b1262a4

Browse files
author
zkofiro
committed
cancel button working when canceling script group deletion
1 parent 8e35a3b commit b1262a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/web_ui/src/main/webapp/projects/projectview.xhtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@
839839
update=":mainForm:projectTabPanelID:testPlanTabViewID, :mainForm:messages"
840840
onsuccess="PF('confirmScriptGroupDelete').hide();" />
841841
<h:panelGroup styleClass="horizontal-spacer" />
842-
<p:commandButton value="Cancel" onclick="confirmScriptGroupDelete.hide();" type="button" />
842+
<p:commandButton value="Cancel" type="button" styleClass="h-space" onclick="PF('confirmScriptGroupDelete').hide();" />
843843
</h:form>
844844
</p:confirmDialog>
845845

0 commit comments

Comments
 (0)