I have a weird issue. I generate a dashboard via json. This is based on json taken from manually configured panels, so while I can’t guarantee it’s without flaws, it’s at least based on something official.
I have a number of rows (~10), each with a single panel. When I select “Edit” on one panel, the edit “window” opens, but for a different panel.
Is there any obvious identifier that I’m repeating, that I shouldn’t?
And, yes, you we’re dead right. I just realized that I had panel id == 1 throughout. Confirmed via a manually configured example that this should be unique. This fixed this issue as well as my other one.