Fix: Action-Items nach Upgrade-Freischaltung sofort aktualisieren (SW by-v944)

This commit is contained in:
rene 2026-05-14 13:46:11 +02:00
parent 8d9c9b275d
commit 44b3fba191
4 changed files with 4 additions and 3 deletions

View file

@ -3599,6 +3599,7 @@ window.Page_admin = (() => {
const res = await API.post(`/admin/upgrade-requests/${id}/fulfill`);
UI.toast.success(`${res.user} wurde auf ${tierLabel} freigeschaltet.`);
_renderTab();
_renderActionItems();
} catch (e) {
UI.toast.error(e.message);
btn.disabled = false;