Closed m-bakoulis closed 4 days ago
Hi
Thanks for the bug report, I fixed in the last update, changed file /admin/controller/admin/user.php
You can also quickly fix it by adding limit => 100
https://github.com/givanz/Vvveb/blob/master/admin/controller/admin/user.php#L36-L38
to
$options = [
'type' => 'admin',
'limit'=> 100 // <--- add this line
] + $this->global;
It works now, thank you!
Hi, I created a new Role and I was not able to see it in the list of roles on the Admin User->Role field. I had to delete one other role in order to see it in the list. Looks like the list is limited on displaying only 10 items while my available roles was 11.