0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/test
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
..
acceptance Updated the post model to use the type column 2019-08-09 14:39:01 +08:00
regression 🐛 Fixed duplication error when importing posts without slugs 2019-08-12 09:20:31 +01:00
unit Added unit and regression tests for canary 2019-08-09 20:46:49 +05:30
utils Remove page column and remaining references 2019-08-09 14:39:01 +08:00
.eslintignore
.eslintrc.json
.jshintrc