diego2013 / CSR_Meteor

CSR prototype III. Implementation using the Meteor platform
1 stars 1 forks source link

Scenario Lists don't display properly the number of ACKS per scenario #154

Closed diego2013 closed 8 years ago

diego2013 commented 8 years ago

This may hay to do with changing the SceanriACK collection. the template being rendered still has {{getScenarioACKcount _id}} and that function does not exist anymore. We will need to rewrite one that returns the appropriate value for each document (function may receive the acknowledgers array and return length or maybe directly in the template get this value)