Uploading of preset removes a group

@martin I’ve picked up a bug. I created a preset with groups across the top row. When I download the epr and then re-upload it, it removes the group in the 5th column. This happens consistently. However, if I download a eproj file instead and re-upload that, it keeps all the groups.

Original:

re-uploaded epr:

testing groups.epr (599 Bytes)

When I look at the JSON, it’s simply removed “group 4”

{
  "version": 2,
  "name": "testing groups",
  "projectId": "HAnzIxOXP8w0dAcGEpBM",
  "pages": [
    {
      "id": 1,
      "name": "Page 1"
    }
  ],
  "groups": [
    {
      "id": 1,
      "pageId": 1,
      "name": "GROUP 1",
      "color": "ffffff",
      "bounds": [
        14,
        6,
        325,
        16
      ]
    },
    {
      "id": 2,
      "pageId": 1,
      "name": "GROUP 2",
      "color": "ffffff",
      "bounds": [
        348,
        6,
        158,
        16
      ]
    },
    {
      "id": 3,
      "pageId": 1,
      "name": "GROUP 3",
      "color": "ffffff",
      "bounds": [
        515,
        6,
        158,
        16
      ]
    },
    {
      "id": 5,
      "pageId": 1,
      "name": "GROUP 5",
      "color": "ffffff",
      "bounds": [
        682,
        6,
        158,
        16
      ]
    }
  ],
  "devices": [],
  "overlays": [],
  "controls": []
}

I picked this up because I’m developing a bitwig controller script using cursor so I’m not doing my editing in the web editor.