decidim / decidim

The participatory democracy framework. A generator and multiple gems made with Ruby on Rails
https://decidim.org/
GNU Affero General Public License v3.0
1.47k stars 403 forks source link

Missing minutes from meetings #9781

Open carolromero opened 2 years ago

carolromero commented 2 years ago

Describe the bug Some meeting minutes have disappeared in later versions, possibly as a result of this change https://github.com/decidim/decidim/pull/7968.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://meta.decidim.org/assemblies/eix-comunitat/f/149/meetings/1143
  2. Click on 'See other versions'
  3. Compare version 10 with 11
  4. See error

Expected behavior I expect that the meetings already created will not lose the information of the minutes.

Extra data (please complete the following information):

andreslucena commented 2 years ago

Is this the only meeting that this has happened?

As far as I see, this meeting wasn't using the close/minutes but the description field (according to version 10 in version history)

possibly as a result of this change https://github.com/decidim/decidim/pull/7968.

As far as I can see, the dates don't seem to match. This merge of minutes and close report was introduced in v0.25, that was deployed to Metadecidim at 21/09/2021. According to the version history, this change was introduced at 23/01/2019. That same day, there was a version bump in Metadecidim. It's probably just a coincidence, but I'm sharing this just in case it's relevant.

Can we find other meetings with a similar behavior?