N°2847 - Flag TODOs as 2.8.0 so we don't forget any

This commit is contained in:
Molkobain
2020-08-26 20:37:22 +02:00
parent b5c97e35bf
commit 2864d48fa7
11 changed files with 71 additions and 57 deletions

View File

@@ -206,7 +206,7 @@ class ActivityEntry extends UIBlock
public function SetAuthor($sAuthorLogin)
{
$this->sAuthorLogin = $sAuthorLogin;
// TODO: Check that this does not return '' when author is the CRON or an extension.
// TODO 2.8.0: Check that this does not return '' when author is the CRON or an extension.
$this->sAuthorFriendlyname = UserRights::GetUserFriendlyName($this->sAuthorLogin);
$this->sAuthorInitials = UserRights::GetUserInitials($this->sAuthorLogin);
$this->sAuthorPictureAbsUrl = UserRights::GetContactPictureAbsUrl($this->sAuthorLogin, false);