Unfortunately, we have introduced a bug in our MigrationV18. It appears that already closed or older info items were deleted from the topics collection if there is at least one finalized minutes which does not contain the info-/ or action item.
Steps to reproduce
- Create a first minutes containing a topic with one info item
- Make sure that the topic will be copied into the next minutes (e.g. do not close the topic)
- Finalize the minutes
- Create a second minutes and add a further info item
- Finalize the second minutes, too
- Check that the tab topics/items shows both info items
- Migration down to version 17
- Migrate up to version 18
- Now the tab topics/items shows only contains one item!
Solution
We will provide a new migration step (V21). In this step we go sequentially through the minutes of a meeting series and collect all containing items. Then we delete all isNew flags of the collected items (and details) -- this flag will be corrected after the next minutes will be finalized anyway. At least we iterate through all topics in the topics collection (related to the current series) and inject the collected items to the corresponding topic (if it the item is not already available).
Unfortunately, we have introduced a bug in our MigrationV18. It appears that already closed or older info items were deleted from the topics collection if there is at least one finalized minutes which does not contain the info-/ or action item.
Steps to reproduce
Solution
We will provide a new migration step (V21). In this step we go sequentially through the minutes of a meeting series and collect all containing items. Then we delete all isNew flags of the collected items (and details) -- this flag will be corrected after the next minutes will be finalized anyway. At least we iterate through all topics in the topics collection (related to the current series) and inject the collected items to the corresponding topic (if it the item is not already available).