wiki icon indicating copy to clipboard operation
wiki copied to clipboard

Wiki Stream Entry:

Open optitsolutions opened this issue 1 year ago • 0 comments

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?

optitsolutions avatar Jan 16 '24 10:01 optitsolutions