Files
discourse/lib
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-10-21 12:08:20 +01:00
2014-03-11 03:18:57 -04:00
2019-04-29 16:41:35 +08:00
2019-05-22 17:39:44 +03:00
2019-10-17 13:38:31 -03:00
2019-11-06 12:31:03 -05:00
2019-10-21 12:08:20 +01:00