Ticket #473 (closed defect: fixed)
Check for incoherences in available action button for actions
| Reported by: | nrueff | Owned by: | oroussy |
|---|---|---|---|
| Priority: | Lower | Milestone: | 1.2.1 |
| Component: | mmc-web-msc | Version: | 1.2.0rc4 |
| Severity: | Minor | Keywords: | |
| Cc: |
Description
Amongst the wide range of possible command states:
- "failed" and "done" are considered as being unmovable, neither start or stop may be proposed for such a command,
- "Play" must only be proposed for "scheduled", "stopped" or "paused" commands: clicking on it asks the scheduler to poll the command, altering state (=> "scheduled") and next_launch_date (=> "now") if needed.
- "Stop" may only be proposed for commands not "stopped", "done", "failed", asking the scheduler to stop the command and altering state (=> "stopped").
- "Pause" has the same effet as "Stop", without killing the command.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

