"Test" button does not show http 500 when it Occurs within the "show" view. #6
Labels
bug
Something isn't working
easy
good first issue
Good for newcomers
help wanted
Extra attention is needed
Milestone
Difficulty
Easy
Where
‘show.gsp‘
Problem
Within the
show.gsp
view, which lets a user read the config of aHeartBeat
, a "Test" button exists. It will triger a call to the server, and render the data retrieved in a dedicated HTML zone. But when an error occurs (for exemple, http 500), the error is not shown to the user: the error is silent!Proposal
Use the HTML result zone to display the error.
The JS logic to do exactly that works in the
_heartbeat.gsp
.Subtasks:
_heartbeat.gsp
vs 'show.gsp' which breaks the error rendering.The text was updated successfully, but these errors were encountered: