Table query
So I am currently modifying the results of my table using ->modifyQueryUsing
however, I can still access the record, if I know the URL. how can I disable that?
For example:
http://localhost:8000/admin/column/ - base URL
However, if I add the number of record,
http://localhost:8000/admin/column/22/edit
I can now access that record. how do I disable them doing that?
0 Replies