mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-20 01:03:23 +03:00
1a79aac673
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 |
||
---|---|---|
.. | ||
adapters | ||
api | ||
apps | ||
config | ||
data | ||
helpers | ||
lib | ||
models | ||
public | ||
services | ||
translations | ||
views | ||
web | ||
analytics-events.js | ||
filters.js | ||
ghost-server.js | ||
index.js | ||
overrides.js | ||
update-check.js |