-
Type:
Task
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: None
-
Component/s: backend
-
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"