Open mordrax opened 9 years ago
role management is broken completely right now, see comment in https://github.com/yogiben/meteor-admin/commit/06030ba618d9288532c35ad20d1ddf2a9a4c936c
part of the solution: https://github.com/pcorey/meteor-admin/commit/57be7c0d856b0604b63a6843a90c46b0e33c41d5
reason for following issues: https://github.com/yogiben/meteor-admin/issues/184 https://github.com/yogiben/meteor-admin/issues/206
+1
:+1: +1
aldeed:roles allows groups
['A-Team': ['admin', 'read', 'write']]
But I haven't been able to create a schema to represent this properly because of the dynamic key of each group. Is there any chance meteor-admin could do this custom work like how it currently does the button toggle for roles.