sqlilabs / WorkshopManager

WorkshopManager is a events manager that help you to propose, to plan and to archive events in an easy way
http://sqlilabs.github.io/WorkshopManager
Apache License 2.0
4 stars 2 forks source link

The date displayed in the already played title is wrong #57

Closed ychartois closed 10 years ago

ychartois commented 10 years ago

workshop.workshopSession.size() - 1 is not a good way to do it, we have to use the getMostRecentSession in WorkshopsPlayedComparator

ychartois commented 10 years ago

Creation of a ViewsHelper to handle that issue