Skip to content

Some items are missing in the Topics/Items-Tab of a MeetingSeries #374

@felixble

Description

@felixble

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).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions