Stream-Line / moodle-mod_streamline

Code template for the Moodle activity module
https://docs.moodle.org/dev/Activity_modules
0 stars 5 forks source link

Forum posts may not be displayed due to a race hazard #49

Closed Brotality closed 9 years ago

Brotality commented 9 years ago

If the ajax request for a reply comes before its parent, the post fails to display.

Brotality commented 9 years ago

Fixed in latest pull request.