I've been using dynamic permissions successfully in this project.
After some time not working on it, I added a new table to the database through the PHPRunner interface.
I made this table a detail from another table.
When I build the project and go to the admin area, the table should show up in the list with all tables which is not the case.
Also, the table is not showing up in the master-detail relationship.
I checked out the ugrights table which does not contain the table I just added.
Am I doing something wrong or am I overlooking something?
Thx