0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/test
kirrg001 68d8154d4f Imported nested tags by foreign key
no issue

- replace logic for preparing nested tags
- if you have nested tags in your file, we won't update or update the target tag
- we simply would like to add the relationship to the database
- use same approach as base class
  - add `posts_tags` to target post model
  - update identifiers
  - insert relation by foreign key `tag_id`
- bump bookshelf-relations to 0.1.10
2018-02-20 09:56:45 +01:00
..
functional Contributor Role (#9315) 2018-02-07 10:46:22 +01:00
integration Imported nested tags by foreign key 2018-02-20 09:56:45 +01:00
unit Improved validation layer (#9427) 2018-02-16 00:49:15 +01:00
utils Imported nested tags by foreign key 2018-02-20 09:56:45 +01:00
.eslintrc.json ESlint rule: no-multiple-empty-lines 2017-11-06 10:12:18 +00:00
.jshintrc