mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-18 16:01:40 +03:00
e94bdd57ae
fixes https://github.com/TryGhost/Team/issues/3505 I've investigated this, but luckily this is expected behaviour, and was just an error previously in the test: - The `feedback_more_like_this` and `feedback_less_like_this` columns are only hidden if there is no newsletter with feedback enabled, or if member features are disabled. - Having a post which is a draft, should not change the visible columns, only global settings should change the comments (so the format is consistent). - Instead of that, the columns should be null, which means it will be visible but empty. |
||
---|---|---|
.. | ||
utils | ||
.eslintrc.js | ||
PostsExporter.test.js | ||
PostsService.test.js |