List of events for users
-
Hello,
Only superuser can see events. Any other user see:
{{$pagination.min()}} - {{$pagination.max()}} {{$pagination.label.of}} {{$pagination.total}}I think I did something wrong with permissions but can't find what.. :(
-
Check that the user has the 'user' permission.
-
I think I found that it's a Firefox issue..
I can see events list with Chrome browser (for both user and superadmin), and with MS Edge, but it's not working on Firefox ESR 52.5.2 (32-bit) for Windows. So it's not related to user permissions.
And I checked on Firefox 57.0.1 (64-bit) for Ubuntu - it's working as well. -
@dovydasz said in List of events for users:
I think I found that it's a Firefox issue..
I can see events list with Chrome browser (for both user and superadmin), and with MS Edge, but it's not working on Firefox ESR 52.5.2 (32-bit) for Windows. So it's not related to user permissions.Yep you're quite right I can replicate in Firefox 52, thanks for tracking that down. Sorry for the inconvenience. I'll try and get a fix out soon.
edit. Turns out its a bug in Angular.js, I've added a workaround for the next release. A lot of pages would have been broken by this same bug.