0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/test/e2e-api
Simon Backx a95e9d0b7b
Fixed error in newsletter editing limit checks (#14817)
refs https://github.com/TryGhost/Team/issues/1583
refs https://ghost.slack.com/archives/C02G9E68C/p1652397268702749?thread_ts=1652397192.822389&cid=C02G9E68C

Used `model.status` instead of `model.get('status')`, resulting in undefined, resulting in `!== 'active'` to return true. Also added a test case for editing active newsletters.
2022-05-13 10:15:35 +02:00
..
admin Fixed error in newsletter editing limit checks (#14817) 2022-05-13 10:15:35 +02:00
content Replaced Products with Tiers API endpoints 2022-05-12 19:59:57 +01:00
members 🔥 Removed members/api/site 2022-05-12 16:21:47 +01:00
shared Extended public settings to include portal settings (#14801) 2022-05-12 19:54:45 +05:30