You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to show the wrong user: originator <> editor:
echo Yii::t('WikiModule.base', '{userName} edited the Wiki page "{wikiPageTitle}".', [
'{userName}' => Html::tag('strong', Html::encode($originator->displayName)),
'{wikiPageTitle}' => Html::encode($this->context->getContentInfo($source, false)),
]);
Can we show the editor username instead of the originator?
The text was updated successfully, but these errors were encountered:
File wikiPageEdited.php:
It seems to show the wrong user: originator <> editor:
echo Yii::t('WikiModule.base', '{userName} edited the Wiki page "{wikiPageTitle}".', [
'{userName}' => Html::tag('strong', Html::encode($originator->displayName)),
'{wikiPageTitle}' => Html::encode($this->context->getContentInfo($source, false)),
]);
Can we show the editor username instead of the originator?
The text was updated successfully, but these errors were encountered: