Fixes an issue where updates to the first post in a topic would be visible only for staff. Before, because the empty tag would find its way to `PostRevisor`, `TopicsController#update` would create a hidden revision, and later `PostsController#update` would only update that revision. After this change, `TopicsController` doesn't create a revision at all (unless necessary), so `PostsController` can create it (and correctly decide whether the revision should be hidden or not). |
||
|---|---|---|
| .. | ||
| assertions.js | ||
| component-test.js.es6 | ||
| create-pretender.js.es6 | ||
| create-store.js.es6 | ||
| d-editor-helper.js.es6 | ||
| fixture-pretender.js.es6 | ||
| html-helper.js.es6 | ||
| init-ember-qunit.js | ||
| qunit-helpers.js.es6 | ||
| review-pretender.js.es6 | ||
| select-kit-helper.js.es6 | ||
| site-settings.js | ||
| site.js.es6 | ||
| store-pretender.js.es6 | ||
| textarea-selection-helper.js.es6 | ||
| widget-test.js.es6 | ||