Improve 'move to another parent' texts
This commit is contained in:
committed by
Alexander Nicolaysen Sørnes
parent
d817ffa77a
commit
0dc6d47958
@@ -939,6 +939,11 @@ class Application {
|
||||
return $oTable->GetString();
|
||||
}
|
||||
|
||||
public function objectGetClassDisplayName()
|
||||
{
|
||||
return 'application';
|
||||
}
|
||||
|
||||
public function objectMakeUrl()
|
||||
{
|
||||
$sUrl = APPDB_ROOT."objectManager.php?sClass=application&iId=$this->iAppId";
|
||||
|
||||
Reference in New Issue
Block a user