-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
Not defined
Context:
Dashboards page in Optimize is making a get request to "http://localhost:3000/api/process/overview"
This response has a list of all processes and for each of them there is an object containing hasDefaultDashboard and linkToDashboard properties
AT:
- remove hasDefaultDashboard flag
- remove linkToDashboard
Testing notes
- Open Optimize on chrome developer mode (F12)
- Navigate to the dashboards page
- Locate the call to the backend /process/overview
- Verify that the response to that call does not contain the properties "hasDefaultDashboard" and "linkToDashboard"