Complete
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Damian SzidiropuloszDamian SzidiropuloszReporter
Damian SzidiropuloszDamian SzidiropuloszComponents
Fix versions
Affects versions
Priority
Low
Details
Details
Assignee
Damian Szidiropulosz
Damian SzidiropuloszReporter
Damian Szidiropulosz
Damian SzidiropuloszComponents
Fix versions
Affects versions
Priority
More fields
More fields
More fields
Katalon Platform
Katalon Platform
Katalon Platform
Created March 3, 2021 at 3:56 PM
Updated July 1, 2022 at 5:13 PM
Resolved April 26, 2021 at 10:54 PM
There is a global service called disk-state that is designed to maintain a subscription to disk.query events. There are components in the UI that still create their own redundant subscriptions for these events. They need to be altered to take advantage of the global service.
To implement this, we want to keep the components decoupled from the disk-state service so any components we alter should use the CoreService and listen for DisksChanged events.