* Support for custom messages and redirects when creating posts When a post/topic is created Discourse serializes a `NewPostResult` object. Normally this contains a status like `created_post` or errors describing why the post could not be created. There are times when a plugin might want to take the inputted post and do something in the background. In this case, the plugin can return a custom `message` and `route_to` attribute in the `NewPostResult`. If present, the message will be displayed in an alert, and when "Ok" is clicked the user will be routed to the new URL. * Destroy the draft in parallel |
||
|---|---|---|
| .. | ||
| 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 | ||