ignacy130 / yadmin

A complete admin dashboard solution
https://atmospherejs.com/ignacy130/yadmin
GNU General Public License v3.0
11 stars 2 forks source link

can not go to /admin and "you are not admin" message flashes on screen before redirecting back to home. #3

Open tomvolek opened 7 years ago

tomvolek commented 7 years ago

After installing the package, If I try to go to /admin , I get the message "you can not view this page because you are not admin " . However if I hit the back button, I do get to /admin and can see all my collections.

The logged in user has a role admin , as I can test it with : {{#if isInRole 'admin' 'default-group'}}

I am admin........

{{/if}}

However the same block of code in {{#if isinRole 'admin'}} does not return True. in file yadmin/lib/client/html/admin_layouts.html.