The TopicsCollection (especially the tabs "Topics" and "Items") should contain all Topics, Items and Details which were produced in the minutes of the series which are already finalized. Any element created in the not-finalized minutes should not be displayed.
Unfortunately, this is not working correctly after the migration to the new topics collection: Some items which were created in the last minutes will not be removed if this minutes will be un-finalized.
Main cause could be this invalid line of code:
|
.find({ parentId: meetingSeriesId, 'infoItems.XAnLTZscJTffTz7nW': minutesId }).fetch(); |
Since the static ID does not make any sense!
The TopicsCollection (especially the tabs "Topics" and "Items") should contain all Topics, Items and Details which were produced in the minutes of the series which are already finalized. Any element created in the not-finalized minutes should not be displayed.
Unfortunately, this is not working correctly after the migration to the new topics collection: Some items which were created in the last minutes will not be removed if this minutes will be un-finalized.
Main cause could be this invalid line of code:
4minitz/imports/services/topicsFinder.js
Line 21 in 7b5527b
Since the static ID does not make any sense!