-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
3.7.1
-
MOODLE_37_STABLE
-
1
To reproduce:
- Go to a forum
- Create a discussion
- Open your browser's dev tools (this was observed in Chrome) and open the Network tab.
- Throttle the connection to "Slow 3G"
- Star the discussion
- Expected: When the page reloads, you should see the discussion as starred.
- Actual: The page reloads, but the discussion is not yet starred. Reloading the page one more time then actually renders the discussion as starred.
Acceptance criteria:
- js should wait before reloading the page so we always see the star/unstar correctly