Dashboard: Prevent non-repeating panels being dropped from repeated rows when collapsed/expanded (#50764)

* Mob: fix issue with repeating panels+rows, add e2e test

Co-authored-by: kay delaney <kay@grafana.com>
Co-authored-by: Joao Silva <joao.silva@grafana.com>
Co-authored-by: joshhunt <josh@trtr.co>
Co-authored-by: polibb <polina.boneva@grafana.com>

* Fix describe block description

Co-authored-by: kay delaney <kay@grafana.com>
Co-authored-by: Joao Silva <joao.silva@grafana.com>
Co-authored-by: joshhunt <josh@trtr.co>
Co-authored-by: polibb <polina.boneva@grafana.com>
This commit is contained in:
Ashley Harrison
2022-06-15 11:07:54 +01:00
committed by GitHub
co-authored by kay delaney Joao Silva joshhunt polibb
parent 6a5419a9eb
commit 94d585063e
3 changed files with 45 additions and 4 deletions
@@ -44,7 +44,7 @@
"id": 2,
"panels": [],
"repeat": "row",
"title": "Row title $row",
"title": "Row $row",
"type": "row"
},
{
@@ -119,7 +119,7 @@
"sort": "none"
}
},
"title": "Panel Title",
"title": "Row $row non-repeating panel",
"type": "timeseries"
},
{
@@ -196,7 +196,7 @@
},
"repeat": "horizontal",
"repeatDirection": "h",
"title": "Horizontal repeating $horizontal",
"title": "Row $row repeating panel $horizontal",
"type": "timeseries"
}
],