discourse/app
Martin Brennan 452d0c868f
FIX: Ensure first post is loaded before trying to bookmark topic (#9382)
Load first post if not loaded when trying to bookmark topic

* if the first post was not loaded we could not bookmark it because
  now we call the toggleBookmarkReminder function on an actual post
  to open the modal window
* add a firstPost function to the topic model to get the first post
  from the stream if it is loaded and if not do a GET request to load
  it
* use the firstPost promise when bookmarking topic
2020-04-09 09:42:03 +10:00
..
assets FIX: Ensure first post is loaded before trying to bookmark topic (#9382) 2020-04-09 09:42:03 +10:00
controllers FEATURE: Support for publishing topics as pages (#9364) 2020-04-08 12:52:36 -04:00
helpers FIX: Display small post actions when embedding a topic (#9278) 2020-03-26 09:07:41 -03:00
jobs FIX: CSV Exports were throwing errors with invalid dates 2020-04-07 14:05:27 -04:00
mailers FEATURE: High priority bookmark reminder notifications (#9290) 2020-04-01 09:09:20 +10:00
models FEATURE: Webhooks and Event for user being granted a badge 2020-04-08 14:38:30 -07:00
serializers FEATURE: Support for publishing topics as pages (#9364) 2020-04-08 12:52:36 -04:00
services FEATURE: Webhooks and Event for user being granted a badge 2020-04-08 14:38:30 -07:00
views UX: Adjust noscript footer nav 2020-04-08 17:29:13 -04:00