Alexander Nicolaysen Sørnes <alex@thehandofagony.com>
Let objectManager handle deletion and delete notification.
This commit is contained in:
@@ -132,6 +132,26 @@ class application_queue
|
||||
return $bSuccess;
|
||||
}
|
||||
|
||||
function objectGetChildren()
|
||||
{
|
||||
return $this->oApp->objectGetChildren();
|
||||
}
|
||||
|
||||
function objectGetSubmitterId()
|
||||
{
|
||||
return $this->oApp->objectGetSubmitterId();
|
||||
}
|
||||
|
||||
function objectGetMailOptions($sAction, $bMailSubmitter, $bParentAction)
|
||||
{
|
||||
return $this->oApp->objectGetMailOptions($sAction, $bMailSubmitter, $bParentAction);
|
||||
}
|
||||
|
||||
function objectGetMail($sAction, $bMailSubmitter, $bParentAction)
|
||||
{
|
||||
return $this->oApp->objectGetMail($sAction, $bMailSubmitter, $bParentAction);
|
||||
}
|
||||
|
||||
function outputEditor()
|
||||
{
|
||||
/* We ask the user for the application name first so as to avoid duplicate
|
||||
|
||||
Reference in New Issue
Block a user