Ghost/ghost/collections/test
Naz 99f29a169c Removed post delete related event handling
closes https://github.com/TryGhost/Arch/issues/91

- We have on cascade delete (a9f9f6121a/ghost/core/core/server/data/schema/schema.js (L1068)) on `post_id` column which handles post deletion logic automatically on DB level.
- The commented out handlers in the long term should be hooked up with public CollectionService methods on the client side.
2023-09-15 13:50:25 +08:00
..
fixtures Removed unnecessary getBulk in PostsRepository 2023-08-01 15:11:00 +08:00
.eslintrc.js Added a collections package with CRUD logic 2023-05-16 12:21:31 +07:00
Collection.test.ts Validated filters for collections 2023-08-23 15:49:06 +07:00
collections.test.ts Removed post delete related event handling 2023-09-15 13:50:25 +08:00
RepositoryUniqueChecker.test.ts Ensured uniqueness of slug in collections 2023-06-29 01:40:05 +01:00
TagDeletedEvent.test.ts Added TagDeletedEvent 2023-07-26 12:54:42 +02:00