started adding new workflow based approval process
This commit is contained in:
parent
9ff3308126
commit
eb6a7a9416
14 changed files with 676 additions and 89 deletions
|
|
@ -37,13 +37,19 @@ These methods are available from this class:
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 addMessage ( )
|
||||
=head2 addMessage ( properties )
|
||||
|
||||
Adds a new message to the inbox.
|
||||
|
||||
=head3 properties
|
||||
|
||||
See WebGUI::Inbox::Message::create() for details.
|
||||
|
||||
=cut
|
||||
|
||||
sub addMessage {
|
||||
my $self = shift;
|
||||
return WebGUI::Inbox::Message->create($self);
|
||||
return WebGUI::Inbox::Message->create($self->session, @_);
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue