Fix: Zuchtkartei Header-Update nach Status-Laden — Zwingername korrekt (SW by-v913)

This commit is contained in:
rene 2026-05-13 20:07:54 +02:00
parent 65811720f5
commit e11efa23f0
5 changed files with 9 additions and 7 deletions

View file

@ -199,6 +199,8 @@ window.Page_zuchthunde = (() => {
API.breeder.status().then(s => {
_breederId = s?.profile?.id || null;
_breederInfo = s?.profile ? { zwingername: s.profile.zwingername, logo_url: s.profile.logo_url } : null;
const h = _container?.querySelector('#breeder-private-header');
if (h) h.outerHTML = _privateHeader();
}).catch(() => {}),
]);
_renderList();