Robin Ward 7fee3c61de
Support for custom messages and redirects when creating posts (#8434)
* 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
2019-11-29 09:30:54 -05:00
..
2019-03-21 13:16:55 +01:00
2019-10-11 15:33:34 -04:00
2019-06-11 10:05:57 +08:00
2019-07-03 13:45:03 +02:00
2019-02-06 23:55:05 +02:00
2019-07-03 16:32:27 +02:00
2019-10-11 15:33:34 -04:00