Ghost/core
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
..
client@5751899e5b
frontend 🔥 Removed legacy product + price helpers from themes 2022-05-12 18:58:01 +01:00
server Fixed error in newsletter editing limit checks (#14817) 2022-05-13 10:15:35 +02:00
shared Updated portal initilization and multiple newsletter handling (#14803) 2022-05-12 20:26:31 +05:30
app.js
boot.js Added frontend key to ghost_head for portal (#14782) 2022-05-11 17:34:31 +01:00
bridge.js Renamed lang and session_secret default settings (#14791) 2022-05-12 15:07:05 +01:00