i have recently built an extbase extension "shop" with three db tables "orders", "products" and "positions". For datasets of "orders" and "products" i created two sysfolders. The datasets of orders are created automatically when someone has bought something in the shop, whereas the datasets of the products are created in the backend by the admin or other backend users.
The problem is, that even when have granted access to both sysfolders to the backend users, the datasets of orders do not show up under List > sysfolder "orders" whereas the datasets of products do in their sysfolder.
The problem seems to be rooted in the access list of the user group of the backend users. There, one can configure the tables that can be read from or written to by the user group. The tables "products" and "positions" are in the list, but the table "orders" not.
So my question is: Where does typo3 look for, which tables to list in the access list of a user group under "table (show)" and "table (change)"?
Thanks