-
**Describe the bug**
```
def index?
user.root? || user.neighbourhood_admin? || user.partner_admin?
end
def update?
return true if user.root?
return true if user.partner_admi…
-
## Description
Rach at PHT has asked if this might be possible. It certainly looks like it could be?
https://theeventscalendar.com/blog/news/how-to-let-users-subscribe-to-your-wordpress-calendar…
-
Occasionally the Partner Policy Test will fail when run, either locally or when deployed. This is a small irritation but can turn into a possible 10 - 15 minute delay because of our currently long bui…
-
## Description
It would be great for the setup_with_docker make command to now build everything with seed data:
```
rails db:create
rails db:migrate
rails db:seed
```
And to add a setup_p…
-
## Description
A neighbourhood admin should not be able to see users that are not in a neighbourhood they admin for, and they should be warned before they edit users that they can see out of their …
-
## Description
Only root users should be able to delete users.
## Acceptance criteria
- [x] A root user can delete any user
- [x] A neighbourhood admin cannot delete any users
- [x] A partn…
-
## Description
Currently, NAs can access the calendars of the partners they admin for through those partners, but these calendars do not appear in their calendar index.
## Acceptance criteria
…
-
- Partner tag select looks weird when partner admin or neighbourhood admin is editing a partner
![Screenshot 2023-11-14 at 12 48 37](https://github.com/geeksforsocialchange/PlaceCal/assets/46496391/a…
-
## Description
found when verifying #803
looks like the link to the image is a relative path
![image](https://github.com/geeksforsocialchange/PlaceCal/assets/6824891/0103cceb-4e0a-4544-99a6-b…
-
## User story
As someone browsing manchester.placecal.org, I want to be able to limit my results to just one ward, in order that I can find things just in my area
## Acceptance criteria
- [ ]…