PAR dashboard and platform_ml plugin dependency issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi team,
I am working on creating a dashboard for Predictive Intelligence. Since our platform_ml plugin does not have the dependency on the PAR dashboard plugin, whenever I raise a TD with my code changes, the dashboard does not load. Only after repairing the Predictive Intelligence plugin, the dashboard loads and works as expected. So I added the dependency in my glide-platform-ml/src/main/plugins/com.glide.platform_ml/plugin.xml file in the following way:
<requires>
<import plugin="sn_app_analytics_w"/>
</requires>
But even after adding this dependency, on raising the TD, the PAR dashboard does not load at first. I again have to repair the Predictive Intelligence plugin to make the dashboards work.
Can anyone please suggest a way to avoid this such that on directly pushing the code changes for the dashboard, the dashboard is visible without having to repair any plugin