-
Type: Investigation
-
Resolution: Duplicate
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Tech debt
-
Not Needed
The 'refresh-data' event is emitted in few places, and it triggers actions in various parts of Compass. The side effects of that is not always clear and potentially causes performance issues, or unwanted behaviour.
eg. in compass-collections-ddl:
global.hadronApp.appRegistry.emit('refresh-data');
This ticket is for investigate those events and how they relates and potentially remove them or replace it with safer options.
- duplicates
-
COMPASS-4744 `refresh-data` triggered when unnecessary
- Closed