Skip to content
Snippets Groups Projects
Commit e24b720f authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch '829-retry-button-opens-about-blank-in-new-tab' into 'release-3.0'

Resolve ""Retry" button opens about:blank in new tab"

See merge request !1220
parents d1d17ed6 af8fd249
No related branches found
No related tags found
3 merge requests!1237Release 3.0,!1220Resolve ""Retry" button opens about:blank in new tab",!1183Release 3.0
Pipeline #124073 failed
......@@ -34,6 +34,7 @@ Fixed
* Offline fallback page for legacy pages was misleading sometimes.
* Route changes in the Legacy-Component iframe didn't trigger a scroll to the top
* Query strings did not get passed when navigating legacy pages inside of the SPA.
* Retry button on error 500 page did not trigger a reload of the page.
`3.0b3`_ - 2023-03-19
---------------------
......
......@@ -16,7 +16,7 @@
{% endblocktrans %}
</p>
{% include "core/partials/admins_list.html" %}
<a href="javascript:window.location.reload()" class="btn green waves-effect waves-light">
<a onClick="window.location.reload();" class="btn secondary waves-effect waves-light">
<i class="material-icons left">refresh</i>
{% trans "Retry" %}
</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment