0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/test/unit/server
Thibaut Patel ffc57301f6
Fixed the newsletters api permissions (#14458)
refs https://github.com/TryGhost/Team/issues/1504

- The permissions were missing in the fixture file
- This caused some Ghost installs to not have the right permissions
- This is fixed by adding the missing permissions to the fixture file and creating a migration to resolve the missing permissions
2022-04-13 12:02:06 +02:00
..
adapters
data Fixed the newsletters api permissions (#14458) 2022-04-13 12:02:06 +02:00
lib Removed unnecessary use of rewire 2022-03-24 19:32:06 +00:00
models Cleaned up newsletter schema migrations (#14441) 2022-04-08 19:06:30 +05:30
services Handled default newsletter fixtures setup (#14459) 2022-04-12 19:44:21 +05:30
web 🐛 Fixed theme activation with capitalized names 2022-03-09 20:07:04 +13:00
notify.test.js Fixed notify library tests 2021-12-06 08:20:39 +00:00
overrides.test.js