You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If multiple dashboards exist that have the same name, download and deploy does not work correctly.
A single .json is overwritten, every time a dashboard is downloaded with the same name
Single .json is deployed (probably last instance in list?) which breaks all backup use cases.
For example, an environment has 2 dashboards called "Applications", 4 dashboards called "Config". All instances are detected but only single Config.json and single Applications.json is downloaded. Also, instances are merged into single identifier (i.e. "Applications" and "Config") which have multiple list items with key "name":
Describe the bug
If multiple dashboards exist that have the same name, download and deploy does not work correctly.
For example, an environment has 2 dashboards called "Applications", 4 dashboards called "Config". All instances are detected but only single Config.json and single Applications.json is downloaded. Also, instances are merged into single identifier (i.e. "Applications" and "Config") which have multiple list items with key "name":
This issue was mentioned in #179 already. However, I feel this issue requires a dedicated (and timely) fix as this breaks functionality.
The text was updated successfully, but these errors were encountered: