Feature #17766
closedLimited List-View for BE-user
0%
Description
If you are using tt_news or other extension, where you need more than a couple of users, it would be cool to limit the db_list to only there own data records. So you don't have to create a sys-dir/category for every user/group.
In addition you could define a user/group, which are allowed to list all records of one type in one page.
The usabillity for managing User would be much higher.
PageTS:
mod.web_list.list {
[table].groupsAll = [ID-List of groups]
[table].groupsLimited = [ID-List of users]
}
UserTS:
mod.web_list.list {
[table].pagesAll = [ID-List of groups] | all
[table].pagesLimited = [ID-List of users] | all
}
(issue imported from #M6673)
Files
Updated by Malte Jansen about 17 years ago
Is connected to http://bugs.typo3.org/view.php?id=6545 (Hook Request: db_list )
Updated by Malte Jansen about 17 years ago
This bug can be closed due to 'Hook Request: db_list'