You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently, the count of people who have subscribed a lecture is occasionally displayed incorrectly in the lecture view for editors. The reason is that the view in which this happens (app/views/lecture/edit/_form.html.erb) is cached. If a user subscribes a lecture, the lecture database entry itself is not touched and hence, the cache is not invalidated. Only when some change in the lecture entry is made will this be the case.
The text was updated successfully, but these errors were encountered:
Apparently, the count of people who have subscribed a lecture is occasionally displayed incorrectly in the lecture view for editors. The reason is that the view in which this happens (
app/views/lecture/edit/_form.html.erb
) is cached. If a user subscribes a lecture, the lecture database entry itself is not touched and hence, the cache is not invalidated. Only when some change in the lecture entry is made will this be the case.The text was updated successfully, but these errors were encountered: