Back to Partners Support

laszlo.zenware.io
laszlo.zenware.io

Good plugin, thanks for your work!

However, in order to be able to enable non-admin users to edit partners, could you please add the following to abeconsultancy/partners/Plugin.php

public function registerPermissions()
{
    return [
        'abeconsultancy.partners.access_partners' => [
            'tab' => 'Partners',
            'label' => 'Access and manage partners'
        ],
    ];
}

Afterwards it will be possible to assign the "Access and manage partners" permission to roles/users etc.

Thanks!

1-1 of 1