fixes a bug that made the checkall-checkbox flicker on loading
At the time the stats for checked sessions where updated, the main sessions object was not updated, so the number of checked sessions where compared with the number of sessions during the last change. At the first time the previous number was always null.
Showing
- src/app/group-monitor/group-monitor.component.html 23 additions, 22 deletionssrc/app/group-monitor/group-monitor.component.html
- src/app/group-monitor/group-monitor.component.spec.ts 1 addition, 1 deletionsrc/app/group-monitor/group-monitor.component.spec.ts
- src/app/group-monitor/group-monitor.component.ts 3 additions, 3 deletionssrc/app/group-monitor/group-monitor.component.ts
- src/app/group-monitor/group-monitor.interfaces.ts 1 addition, 1 deletionsrc/app/group-monitor/group-monitor.interfaces.ts
- src/app/group-monitor/group-monitor.service.spec.ts 1 addition, 1 deletionsrc/app/group-monitor/group-monitor.service.spec.ts
- src/app/group-monitor/group-monitor.service.ts 39 additions, 29 deletionssrc/app/group-monitor/group-monitor.service.ts
- src/app/group-monitor/test-session.service.spec.ts 1 addition, 1 deletionsrc/app/group-monitor/test-session.service.spec.ts
Loading
Please register or sign in to comment