Skip to content

Commit b403f98

Browse files
Merge pull request #617 from jembi/TB-173-show-transaction-error-with-no-response
TB-173 show transaction error with no response
2 parents c315907 + ef1a347 commit b403f98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/views/transactionDetails.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ <h4>Request body</h4>
152152
</div>
153153

154154
<!-- Response, right -->
155-
<div class="col-md-6" ng-if="transactionDetails.response">
155+
<div class="col-md-6" ng-if="transactionDetails.response || transactionDetails.error">
156156
<div class="panel panel-default sml-margin transaction-req-res-height">
157157
<div class="panel-heading">
158158
<h3 class="panel-title">Response</h3>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openhim-console",
33
"description": "This application provides a web application to configure and manage the OpenHIM-core component.",
4-
"version": "1.18.2",
4+
"version": "1.18.3",
55
"dependencies": {
66
"http-server": "^14.1.1",
77
"keycloak-js": "^20.0.3",

0 commit comments

Comments
 (0)