Store sourceId for widgets
See original GitHub issueSince we are supporting dataviews having an analysis as a type of source (https://github.com/CartoDB/cartodb.js/issues/1212), we now need to store the sourceId
(the id of the analysis) whenever we create a widget.
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Provide and consume data sources in widgets—ArcGIS Web ...
Generated data sources are stored in the app config, and all of the widgets can use them. To learn how to configure a...
Read more >JavaScript API for custom widgets - IBM
The JavaScript API for custom widgets is described here.
Read more >How to Add Widgets to Your Store - Jotform
In the Jotform Store Builder, under the Basic tab of the App Elements, you can add the widgets mentioned above from the Featured...
Read more >Widgets Development Guide | ThingsBoard Community Edition
Introduction. ThingsBoard widgets are additional UI modules that easily integrate into any IoT Dashboard. They provide end-user functions such as data ...
Read more >Configure knowledge related articles widget instance options
The target column specified in the base system is Knowledge article (kb_knowledge). Source Id, URL parameter containing the unique record ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@javierarce frontend currently sends
source_id: id
(current status of branch at #7217). It’s not a problem for me, but maybe you’d like to sendsource: { id: id }
instead so you handle it the same way for requests and responses. That will be the format used at vizjson and named map template as well.After talking to @rochoa he confirmed that this should send this to Maps API: