-
Problem report
-
Resolution: Fixed
-
Major
-
7.0.0alpha7
-
None
-
0.25
Steps to reproduce:
- Create a dashboard using the example from the documentation
- Create a new widget "chart (classic)" through the web interface and associate a time period with the widget created through the API.
Result:

Example of a linked widget (obtained via API):
{
"widgetid": "19358",
"type": "graph",
"name": "",
"x": "0",
"y": "5",
"width": "12",
"height": "5",
"view_mode": "0",
"fields": [
{
"type": "6",
"name": "graphid.0",
"value": "2232"
},
{
"type": "1",
"name": "time_period._reference",
"value": "._timeperiod"
},
{
"type": "1",
"name": "reference",
"value": "OUWKE"
}
]
}
As you can see, the problem is with the lack of an identifier.
Important Note:
This cannot be fixed via the web interface. Attempts to open and save it do not solve the problem.