Product/components used and version/fix level:
Detailed explanation of the problem:
We have cloned a custom cockpit with version 1015.0.364 and developed one custom widget called consumptionComponent and its config component as consumptionConfig to show device measurements data in the widget based on some data selection from its config component.
For Example:
While adding the widget user should select some measurement type and interval from its config component from the dropdown, that dropdown data comes dynamically (i.e Data will change from device to device).
We are capturing that data as @Input() config in the component based on the user selection we are triggering measurements end point displayed data in the component.
Now this component added in one dashboard and we have a option to copy and paste the dashboard in diff device, Now the issue while pasting the dashboard into diff device the measurement type and interval data is taking from where I copied not taking from config file.
Error messages / full error message screenshot / log file:
Now the issue is while pasting the dashboard into diff device the measurement type and interval data is taking from where I copied not taking from config file to get the data user need to click edit and select the data from dropdown.
Question related to a free trial, or to a production (customer) instance?
Cumulocity Production
Regards
Mohan