Fix ProfileView Address Binding & Zip-Lookup Path #209
Notifications
Total Time Spent: 2 minutes
kincses
2 minutes
No due date set.
Dependencies
No dependencies set.
Reference: kincses/service-finder#209
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Probléma
A ProfileView.vue két hibát tartalmazott:
1. Read-only cím megjelenítés
A template a lokális
addresscomputed property-t használta (address?.zip,address?.city), ami nem minden esetben frissült helyesen a backend válasza után. Javítva: közvetlenauthStore.user?.person?.address?.zipésauthStore.user?.person?.address?.cityhivatkozások.2. Zip-lookup API útvonal hibás
A watch függvényben a zip-lookup API hívás
/system/zip-lookupútvonalra ment, de a backend route/system/parameters/zip-lookup(prefix:/system/parameters, endpoint:/zip-lookup). Javítva:/system/parameters/zip-lookup.Érintett fájl
frontend/src/views/ProfileView.vue(389-393. sor: read-only display, 649. sor: API path)Megjegyzés
Az
editForminicializálás astartEditing()-ben már helyes volt (aaddresscomputed-ből töltődik). AzAddressDatainterface azauth.ts-ben kompatibilis a backendAddressResponse-szel.▶️ Munka megkezdve: 2026-06-05 08:09:43
✅ Munka befejezve: 2026-06-05 08:12:33
Technikai Összefoglaló:
Fix ProfileView Address Binding & Zip-Lookup Path
address?.zip→authStore.user?.person?.address?.zip(ProfileView.vue:389-393)/system/zip-lookup→/system/parameters/zip-lookup(ProfileView.vue:649)startEditing()) már helyes volt - nem kellett módosítani⏱️ Az idő rögzítve.