Skip to content

Un-Finalize does not remove all fresh created items from the topics collection #347

@felixble

Description

@felixble

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!

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions