0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core
Nazar Gargol 3bd3570592 🐛 Fixed duplication error when importing posts without slugs
refs #8717

-  The posts without slugs should not be taken into account when detecting duplicates as slug field is not required when importing.
- Ideal solution would require generating slug before duplicate detection phase. This would cause duplicate detection to take 'title' into account which didn't happen before.
2019-08-12 09:20:31 +01:00
..
client@e0f3d90fad Updated Ghost-Admin to 2.27.0 2019-08-06 17:34:38 +08:00
frontend Updated theme engine check for canary 2019-08-09 20:46:49 +05:30
server 🐛 Fixed duplication error when importing posts without slugs 2019-08-12 09:20:31 +01:00
test 🐛 Fixed duplication error when importing posts without slugs 2019-08-12 09:20:31 +01:00
index.js