JD-666 / wwsc

forum based website
Apache License 2.0
0 stars 0 forks source link

Threads not having most-recent-post field #25

Closed JD-666 closed 7 years ago

JD-666 commented 7 years ago

A Thread's most-recent-post field was not getting set. This was causing the Threads list to be unsorted.

Fix: Have Post Save()'s automatically update the parent Threads most-recent-post field with a datetime object.