Skip to content

Commit

Permalink
Merge pull request #24594 from kaido207/24593
Browse files Browse the repository at this point in the history
Fix #24593 Error message is not displayed when Undeploy fails in Admin Console.
  • Loading branch information
arjantijms authored Sep 19, 2023
2 parents d3846dc + a1a3a0d commit 6cf7527
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!--
Copyright (c) 2023 Contributors to the Eclipse Foundation.
Copyright (c) 2009, 2018 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
Expand Down Expand Up @@ -35,7 +36,7 @@
getUIComponent(clientId="$pageSession{tableRowGroupId}", component=>$attribute{tableRowGroup});
getSelectedSingleMapRows(TableRowGroup="$attribute{tableRowGroup}" selectedRows=>$attribute{selectedRows});
gf.undeploy(selectedRows="${selectedRows}" );
gf.redirect(page="#{listPageLink}");
gf.navigate(page="#{listPageLink}");
/>
</sun:button>
<sun:button id="button2" text="$resource{i18n.button.Enable}" rendered="#{pageSession.onlyDASExist}" disabled="#{true}" primary="#{false}"
Expand Down

0 comments on commit 6cf7527

Please sign in to comment.