New profile: Portal User (and link from a ticket to the user portal)

SVN:trunk[801]
This commit is contained in:
Romain Quetiez
2010-09-09 13:47:22 +00:00
parent 5070dd2abe
commit 5f497a55de
7 changed files with 147 additions and 22 deletions

View File

@@ -1130,6 +1130,8 @@ abstract class DBObject
$aScalarArgs[$sArgName.'->id'] = $this->GetKey();
$aScalarArgs[$sArgName.'->object()'] = $this;
$aScalarArgs[$sArgName.'->hyperlink()'] = $this->GetHyperlink();
// #@# Prototype for a user portal - to be dehardcoded later
$aScalarArgs[$sArgName.'->hyperlink(portal)'] = '../portal/index.php?operation=details&id='.$this->GetKey();
$aScalarArgs[$sArgName.'->name()'] = $this->GetName();
$sClass = get_class($this);