[TYPO3-dev] Limited List-View for BE-user

Malte Jansen mail at maltejansen.de
Wed Nov 7 11:29:00 CET 2007


Hi,

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 PageTS could look like this:

mod.web_list.list {
     [table].recordsAll.groups = [ID-List of groups]
     [table].recordsAll.users = [ID-List of users]
     [table].recordsLimited.groups = [ID-List of groups]
     [table].recordsLimited.users = [ID-List of users]
}

recordsAll:
automaticlly limits the data records for all other groups to their own 
records.

recordsLimited:
automaticlly limits the data records for these groups

(The priority of recordsAll is higher than recordsLimited.)


The usabillity for managing User would be much higher.

Has anybody else some suggestions?

Regards

Malte




More information about the TYPO3-dev mailing list