0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server
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
..
adapters Fixed slow-running scheduling default test 2021-07-15 13:50:59 +04:00
api Moved labs utlity to shared 2021-07-08 09:05:41 +01:00
data Removed use of deprecated new Error() syntax 2021-07-14 12:16:44 +04:00
lib Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
models 🐛 Fixed error on saving member with existing label 2021-07-16 14:01:47 +05:30
public
services 🐛 Fixed alt="null" for feature image in emails 2021-07-15 09:44:34 +01:00
views
web Moved labs middleware into labs utility 2021-07-08 09:05:41 +01:00
analytics-events.js Added comments to all usages of lib/common/events 2021-07-07 16:02:44 +01:00
ghost-server.js Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
notify.js Change to use @tryghost/logging 2021-06-15 15:59:11 +01:00
overrides.js
run-update-check.js Added protective code to update-check job 2021-06-29 14:02:16 +04:00
update-check.js Fixed critical alerts sending to admin users 2021-07-07 11:29:18 +04:00