No user dropdown if no access to any tables

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
pgergely
Posts: 6
Joined: 2018-10-15 17:49

No user dropdown if no access to any tables

Post by pgergely » 2022-06-29 19:19

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

Post Reply