-
Type: Task
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 32
-
Component/s: Technical / Transverse
-
Epic Link:
-
Tags:
-
Sprint:NOS-6
-
Story Points:3
Introduction of a counter of the requests in progress :
- in IDE.java methods, increment a service counter numberOfActionsRunning
the "busy spinner" widget listens to the counter. When 0, hide; when > 0, shows - makes things simpler to manage, allows for nested actions calls, for parallel actions, etc.
- easy to manage error/timeout on actions launched, and still keep UI up to date
The show/hide "busy spinner" should in the end rely on notifications of counter change, and hide when <= 0.
- is required by
-
NXS-2915 Fix the "Exception 0" in Studio
- Resolved