gregsadetsky / nycnoise

https://nyc-noise.com
15 stars 0 forks source link

"delete venue" in events? #233

Closed nycnoise closed 4 months ago

nycnoise commented 4 months ago

just wanted to check, does the red x "delete venue" field, on each "add event" page, actually delete a given venue listing, or does it just remove it from that particular page?

if it deletes the venue listing entirely, can that be removed from "add event" page? (don't want to accidentally remove a venue from a slew of listings...)

gregsadetsky commented 4 months ago

That button would normally delete the venue. And yeah that would be not good

So yeah let's remove that button from there

gregsadetsky commented 4 months ago

(note for self) https://stackoverflow.com/a/56944902 i.e. the key is to override has_delete_permission

gregsadetsky commented 4 months ago

done!