Ghost/core
Rishabh 07dd783a40 🐛 Fixed error on saving member with existing label
closes https://github.com/TryGhost/Team/issues/743

Unlike tags, a label has a unique constraint on its `name`. So saving a new label on member with the same name as existing label fails with error due to unique constraint error.

- adds id for new label to match existing label if they are the same name, which avoids creating a new label
2021-07-16 14:01:47 +05:30
..
client@63193dc815 Updated Ghost-Admin to v4.9.4 2021-07-12 18:53:22 +01:00
frontend Moved labs utlity to shared 2021-07-08 09:05:41 +01:00
server 🐛 Fixed error on saving member with existing label 2021-07-16 14:01:47 +05:30
shared Added featureImgDragDrop alpha labs flag 2021-07-15 16:01:34 +01:00
app.js Added Sentry to new boot process 2021-02-19 09:20:41 +00:00
boot.js Revert "Moved vhost mounts into boot file" 2021-07-08 07:10:18 +01:00
bridge.js Added comments to all usages of lib/common/events 2021-07-07 16:02:44 +01:00