collaboration system posts now work fully with the workflow engine, including the approval denial process

This commit is contained in:
JT Smith 2006-03-30 23:43:32 +00:00
parent 6a035e44b0
commit 19e4da7a92
5 changed files with 24 additions and 8 deletions

View file

@ -536,6 +536,14 @@ sub setCollateral {
}
#-------------------------------------------------------------------
=head2 www_edit ()
Returns an edit form for this asset.
=cut
sub www_edit {
my $self = shift;
return $self->session->privilege->insufficient() unless $self->canEdit;