Pro-Badge im Profil: zeigt jetzt korrekten Tier statt veraltetem is_premium
- settings.js Header-Badge unter dem Namen leitet jetzt aus subscription_tier ab (analog _tierCard / has_pro_access): Admin/ Moderator, Züchter, Pro, sonst 'Kostenlos'. Vorher las nur das alte is_premium-Flag, was beim Admin-Upgrade nicht mitgezogen wurde. - admin.py fulfill_upgrade_request setzt jetzt is_premium synchron mit subscription_tier (1 für pro/breeder, sonst 0). Hält Login-Response, /auth/me und Reports konsistent.
This commit is contained in:
parent
8d2cc279ae
commit
4cfce1051f
7 changed files with 49 additions and 23 deletions
|
|
@ -4,7 +4,7 @@
|
|||
============================================================ */
|
||||
|
||||
// ← EINZIGE Stelle für die Version — STATIC_ASSETS und CACHE_VERSION leiten sich ab
|
||||
const VER = '1137';
|
||||
const VER = '1138';
|
||||
const CACHE_VERSION = `by-v${VER}`;
|
||||
const CACHE_STATIC = `${CACHE_VERSION}-static`;
|
||||
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue