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
|
|
@ -3,7 +3,7 @@
|
|||
Router, State-Management, Navigation, Initialisierung.
|
||||
============================================================ */
|
||||
|
||||
const APP_VER = '1137'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VER = '1138'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
|
||||
const APP_VERSION = '1.6.0'; // ← semantische Version, wird bei make release gesetzt
|
||||
window.APP_VER = APP_VER; // global verfügbar für andere Module (z.B. offline-indicator)
|
||||
window.APP_VERSION = APP_VERSION;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue