Seitenbau / Sonferenz

A conference management tool
6 stars 1 forks source link

Talk Voring max is fix set to 10 #96

Closed chbaranowski closed 11 years ago

chbaranowski commented 11 years ago

In the class ListVotesPanel2 line 71 is the max count set to 10.

@SpringBean
StaticContentService content2;

// FIXME: MAX
int max = 10;

https://github.com/Seitenbau/Sonferenz/blob/master/sonferenz-web/src/main/java/de/bitnoise/sonferenz/web/pages/voting/ListVotesPanel2.java

RainerW commented 11 years ago

fixed, is now 12

kistenjunge commented 11 years ago

caused a very peculiar behavior. +1 for the quick fix!!!