Ticket #538 (closed defect: fixed)
Bundle logs are not in the good page (logs VS history)
| Reported by: | oroussy | Owned by: | oroussy |
|---|---|---|---|
| Priority: | Normal | Milestone: | 1.2.1 |
| Component: | mmc-web-msc | Version: | 1.2.0 |
| Severity: | Major | Keywords: | |
| Cc: |
Description
When running a bundle on a group, as soon as one command is done, it is still in the log page, but it's empty, the commands on host are not visible. The bundle should be visible in the history page, or the commands on host in the log page.
=> we cant see "done" commands on host if they are a part of a bundle not "done".
The solution depend if we think the bundle is only a group of commands, and that each command have it's own state, or if the bundle as it's state.
In one case, the bundle as a whole keep being in the log page as long as it is not totally done.
In the other case, the bundle will be slitted between its done part (history) and the rest (logs)

