oveleon / contao-member-notification

MIT License
1 stars 0 forks source link

"Forbidden" Error für Benutzer mit Zugriffsrechten auf das Modul #2

Closed yomi-kurotani closed 5 months ago

yomi-kurotani commented 7 months ago

Für andere Contao Accounts, die kein Administrator sind, können keine Verwaltungsrechte für die Notifications eingestellt werden. Es erscheint nach Drücken auf das Glocken-Icon bei einem Mitglied sofort die Contao Fehlerseite mit "Forbidden - Not enough permissions to access the member notification module.". Für die Benutzergruppe habe ich testweise alles freigegeben, was möglich ist. Der Fehler tritt jedoch immernoch auf.

Gibt es hier die Möglichkeit, auch anderen Benutzergruppen die Funktion freizuschalten?

zoglo commented 7 months ago

Hey @yomi-kurotani, it's not a bug but a missing feature.

Permissions are not yet coded into this plugin and we didn't plan this feature as of now.

You are welcome to create a PR. Here's some help on how to start implementing them in a more modern way (Contao ^4.13)

Button-Callbacks:

EventListener

Constants

Adding permissions to users and user_groups

zoglo commented 5 months ago

Closed as stale - Request features if needed