optitsolutions
optitsolutions
### What steps will reproduce the problem Creating a post in a space or writing a message to other members leads in several cases to the issue ### What is...
I see a difference between the two possible options handling a file:  The current user is owner of the marked file. Via the green marked file context menu he...
Since the last Message module update some of our users have this problem, when they triy to open the message overview. yii\base\ErrorException: Trying to get property 'profile' of non-object in...
There is a search field in the header of the wiki home page. The search only finds terms from page titles, but not from the wiki content. However, the global...
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...