Profiler/Fixup
* fix tooltips for profiles pending rename
This commit is contained in:
parent
4f4f68bd66
commit
dfabc9464d
1 changed files with 4 additions and 1 deletions
|
|
@ -72,8 +72,11 @@ class ProfilePowerResponse extends TextResponse implements ICache
|
|||
);
|
||||
}
|
||||
|
||||
if ($_ = $profile->getField('renameItr'))
|
||||
$ri = '-'.$_;
|
||||
|
||||
if ($this->subjectName)
|
||||
$id = implode('.', [$this->region, Profiler::urlize($this->realm, true), urlencode($this->subjectName)]);
|
||||
$id = implode('.', [$this->region, Profiler::urlize($this->realm, true), urlencode($this->subjectName) . ($ri ?? '')]);
|
||||
else
|
||||
$id = $this->typeId;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue