Lucas Bartholemy
Lucas Bartholemy
Fyi, there is also a problem with union parentheses in this example: ``` php $search = (new Query())...->union($union2); $find = (new Query())...->where(['IN', 'field', $search]); ```
Probably the only solution at the moment would be to remove the Topic Filter option on the dashboard. Clicking on a topic in the dashboard stream also opens the container...
Can you reproduce this also on e.g. English language?
HumHub Instance in english
@funkycram Thanks for the feature PR! FYI: I'm in the process of restructuring your PR a bit. Mainly the complete now meta handling sits in its own class. The current...
@funkycram I'm considering finishing implementing it. Currently I'm thinking about how to improve the API for the PostController (and other content controllers). Post Controller: ```php $this->view->meta->setContent($post); // For ContentContainer /...
@alexhorn Thanks for the PR but the preferred way is to add this via configuration `protected/config/common.php`. e.g. ```php return [ 'modules' => [ 'ldap' => [ 'queriedAttributes' => ['*', '+'],...
@alexhorn Thanks for the hint. With MS Active Directory the UUID/GUID attribute is also returned without "+". We have to check the compatibility before we change the default setting.
Unfortunately, the width is then no longer sufficient. But we are considering an alternative here.
Our initial plan was to completely remove the modules from the administration menu and make a separate entry here. 