Page 1 of 1

No user dropdown if no access to any tables

Posted: 2022-06-29 19:19
by pgergely
Since 22.13

If the user does not have access to any table, the user drop down does not working, which is very annoying, since it makes impossible to log out on kisok mode ( where you cannot enter URL parmeters)

I could solve it adding a button in home-custom.php or by appending a button in header-extras, but I think this is a small BUG which can be fixed properly.

This line is causing the issue

Code: Select all

die(error_message($Translation['no table access'], false));


I believe it makes the code exit before header finish to load all necessary items

Thanks

Gergely