mandriva

Ticket #473 (closed defect: fixed)

Opened 3 years ago

Last modified 6 months ago

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

Changed 3 years ago by nrueff

  • owner changed from nrueff to oroussy

Changed 3 years ago by oroussy

  • status changed from new to closed
  • resolution set to fixed
|---------------|------|------|-------|
|               | Play | Stop | Pause |
|---------------|------|------|-------|
| failed, done  |  X   |  X   |   X   |
| stopped       |  O   |  X   |   X   |
| paused        |  O   |  O   |   X   |
| *_in_progress |  X   |  O   |   O   |
| other         |  O   |  O   |   O   |
|---------------|------|------|-------|

Changed 6 months ago by Rock

Haha, shouldn't you be charingg for that kind of knowledge?!

Add/Change #473 (Check for incoherences in available action button for actions)

Author



Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.