[Migration] Edit / Delete place need require a check of logged-in user is submitted_by user #3
Loading…
Reference in New Issue
Block a user
No description provided.
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?
Original https://git.mowoe.com/reverend/lostplaces-backend/issues/3 by @Commander1024 from Tue, 11 Aug 2020 10:48:07 CEST
Currently everybody - even guests can delete stuff.
Comment by @Commander1024 from Tue, 11 Aug 2020 10:48:44 CEST
Create place also needs such check, but it fails because submitted_by cannot be determined.
Comment by @Commander1024 from Wed, 12 Aug 2020 19:07:33 CEST
Fixed by
78f087fb3c
.[Migration] [Frontend] Font size of text in place teaserto [Migration] Edit / Delete place need require a check of logged-in user is submitted_by user