I enabled security on my project and boy what a super time saver it is. Everything that I would have done was created in a few moments. 10/10 for that one Scriptcase!
When I came to test the security I logged in as an administrator and I noticed that the security apps themselves were listed when executing “app_form_sec_groups_apps” and “app_grid_sec_apps”. As I would rather the customer not tamper with the security apps privileges I added a where condition (locate(‘app_’, app_name) <> 1) to the SQL. This now works as I wanted.
My question is: does the system already do this but I missed something in the configuration or, is the fact that security apps appear deemed to be ok?