Krang::CGI::Desk - displays stories on a particular desk
use Krang::ClassLoader 'CGI::Desk';
my $app = pkg('CGI::Desk')->new();
$app->run();
This application manages display of stories on desks for Krang.
- show
Shows the paging desk view. This is the default runmode and it
requires no parameters.
- checkout_checked
Checks out a list of checked objects.
- move
Moves story to selected desk,
- move_checked
Moves list of checked stories to desks.
- goto_edit
Redirects to the story edit screen
- goto_log
Redirects to the story history view
- goto_view
Redirects to the story element view