Ghost/test/unit
Fabien 'egg' O'Carroll b36d0cc1c4
🐛 Fixed idempotentcy of addPermissionToRole util (#13685)
refs https://github.com/TryGhost/Team/issues/1178

The "up" migration that this util generates correctly throws if the
pre-requisite data cannot be found in the database. The "down" migration
however was incorrectly mirroring this behaviour of throwing - which
meant that it wasn't idempotent, as it does not require a permission or
role to existing if it wants to move relations between them.
2021-11-01 09:27:50 +00:00
..
api Moved URL service to backend 2021-10-19 07:29:09 +13:00
frontend Added fallbacks when the site title is undefined 2021-10-27 12:18:57 +02:00
server 🐛 Fixed idempotentcy of addPermissionToRole util (#13685) 2021-11-01 09:27:50 +00:00
shared Moved core/shared/i18n to theme-engine/i18n 2021-10-15 20:25:56 +01:00