Commit 863708c
authored
Release v0.7.4 (#242)
* Fixed dataset/widget name uniqueness requirement that was preventing
dashboards being deployed
([#241](#241)). A fix has
been implemented to address a uniqueness requirement issue with the
dataset/widget name that was preventing dashboard deployment. A new
`widget` instance is now created with a unique name, generated by
appending `_widget` to the metadata ID, in the `get_layouts` method.
This ensures that multiple widgets with the same ID but different
content can exist in a single dashboard, thereby meeting the name
uniqueness requirement. In the `save_to_folder` method, the widget name
is modified by removing the `_widget` suffix before writing the textbox
specification to a markdown file, maintaining consistency between the
widget ID and file name. These changes are localized to the
`get_layouts` and `save_to_folder` methods, and no new methods have been
added. The existing functionality related to the creation, validation,
and saving of dashboard layouts remains unaltered.1 parent 22e1daf commit 863708c
2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
3 | 8 | | |
4 | 9 | | |
5 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments