Ghost/core/test
kirrg001 1a79aac673 Fixed collection ownership if a published post status changes to featured
refs #9601

- implementation of resource listener updated
- if you define two collections: `featured:true` (1) and `page:false` (2) you can run into the following bug:
  - you create a published post (owned by (2))
  - you change the status to featured
  - still owned by (2), because the filter still matches (it's still not a static page)
- this adaption fixes the behaviour
- less smart logic, but less error prone
2018-06-17 10:41:05 +02:00
..
functional Added /oembed API endpoint 2018-06-12 16:18:01 +01:00
integration Fixed collection ownership if a published post status changes to featured 2018-06-17 10:41:05 +02:00
unit Fixed collection ownership if a published post status changes to featured 2018-06-17 10:41:05 +02:00
utils Removed knex mock (#9685) 2018-06-12 20:26:16 +02:00
.eslintrc.json ESlint rule: no-multiple-empty-lines 2017-11-06 10:12:18 +00:00
.jshintrc Remove jshint rules that are no longer supported 2015-01-23 21:00:37 +00:00