Return the full rejection message and errors in flash errors (#13221)
Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
parent
48a80096bb
commit
965861043a
9 changed files with 128 additions and 25 deletions
7
templates/base/alert_details.tmpl
Normal file
7
templates/base/alert_details.tmpl
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{{.Message}}
|
||||
<details>
|
||||
<summary>{{.Summary}}</summary>
|
||||
<code>
|
||||
{{.Details | Str2html}}
|
||||
</code>
|
||||
</details>
|
||||
Loading…
Add table
Add a link
Reference in a new issue