mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Show category name instead of ID in link title
This commit is contained in:
parent
233832b889
commit
5b14dc2f1a
@ -1992,6 +1992,9 @@ class calendar_bo
|
||||
case 'owner':
|
||||
$extra_fields [$val] = Api\Accounts::id2name($event[$val], 'account_fullname');
|
||||
break;
|
||||
case 'category':
|
||||
$extra_fields [$val] = Api\Categories::id2name($event[$val]);
|
||||
break;
|
||||
default:
|
||||
$extra_fields [] = $event[$val];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user