J3RN / time-tracker

A time tracking application
http://timesheet.j3rn.com
MIT License
6 stars 14 forks source link

Fixed Time Entry reordering on refresh issue #88

Closed J3RN closed 7 years ago

J3RN commented 7 years ago

Formerly, Time Entries would change order when refreshed via JavaScript because they were not being ordered the same way in that function as in the index function. I refactored it by adding a new method, which is a before action for both of those methods.