NAJU-Sachsen / NAJU-Adebar

Management tool used by the NAJU Sachsen to keep track of volunteers and the like.
http://naju-sachsen.de
GNU General Public License v3.0
0 stars 0 forks source link

May not remove all special authorities from accounts #58

Closed rbergm closed 5 years ago

rbergm commented 5 years ago

It is not possible to remove all roles with extended permissions right now. Very likely the default role is not being set correctly in this case.

rbergm commented 5 years ago

Actually this is just a controller issue: the AccountController relies on the roles field being submitted. However, in case of all roles being removed, none will be submitted and the controller fails.