#467 Friendly names not up to date when sending notifications

SVN:trunk[1894]
This commit is contained in:
Romain Quetiez
2012-03-14 16:45:50 +00:00
parent 794c111ee1
commit 35fe13fb52
2 changed files with 82 additions and 19 deletions

View File

@@ -3534,6 +3534,8 @@ class AttributeFriendlyName extends AttributeComputedFieldVoid
public function GetKeyAttCode() {return $this->Get("extkey_attcode");}
public function GetExtAttCode() {return 'friendlyname';}
public function GetLabel($sDefault = null)
{
$sLabel = parent::GetLabel('');