Thanks a lot. I modified my app.php to only load the menu-entry, if the logged in User member of the admin group.
> ...
> if(OC_Group::inGroup(OC_User::getUser(), 'admin')){
> \OCP\App::addNavigationEntry([
> ...
It is not exactly, what i prefered, but it works.
Greetings
Christopher
Am 05.05.2015 um 13:46 schrieb Bernhard Posselt:
> ou can ofc also limit all requests to admins and only
> create the navigation entry if the user is an admin. Just add an if
> around the section where you add the navigation menu. For further
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ Devel mailing list [email protected] http://mailman.owncloud.org/mailman/listinfo/devel
