Skip to content

Commit

Permalink
Fix #24593 Error message is not displayed when Undeploy fails in Admi…
Browse files Browse the repository at this point in the history
…n Console.

Signed-off-by: kaido207 <kaido.hiroki@fujitsu.com>
  • Loading branch information
kaido207 committed Sep 19, 2023
1 parent bb93d15 commit c02cbc4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!--
Copyright (c) 2009, 2018 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2023 Contributors to the Eclipse Foundation.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
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 c02cbc4

Please sign in to comment.