[TYPO3-core] RFC: TSConfig options.hideRecords.pages

René Fritz rene at typo3.org
Thu Feb 9 15:07:46 CET 2006


Comitted

René

> Fine, but didn't test. +1
> Please report when committed so I can update the documentation then.
>
> - michael
>
> René Fritz wrote:
> > This is a CVS patch request
> >
> > Type: minor feature
> >
> > Branch: TYPO3_4-0
> >
> >
> > The feature is just to hide pages (by uid) in BE modules defined by
> > TSConfig. This is not necessarily an access limit in terms of user rights
> > but only hiding the records in BE.
> >
> > This is a wanted feature (user request) when using DAM but it might be
> > usable for other applications too.
> > DAM use a sysfolder to store all records which makes it possible to use
> > all builtin core feature to handle and edit records. While DAM is
> > specialized in handling tx_dam records the user should use DAM to manage
> > DAM records only. But while the user have access to the DAM sysfolder he
> > can use the web>list module, what shouldn't be possible.
> >
> > The new TSconfig option hides pages in
> > - pagetree nav frame
> > - web>list module
> > - new record wizard
> >
> > PS: this option might be implemented for mod.* TSConfig too but currently
> > I have no use for it.
> >
> >
> > Documentation:
>
> http://typo3.org/documentation/document-library/doc_core_tsconfig/gt_OPTION
>S/
>
> > TSConfig > User TSconfig > ->OPTIONS
> >
> > Property:
> >  hideRecords.[table]
> >
> > Data type:
> >   [list of record uid's]
> >
> > Description:
> > This hides records in the backend user interface. It is not an access
> > restriction but makes defined records invisible. That means in principle
> > those records can still be edited if the rights allow. This makes sense
> > if a specialized module should be used only to edit those records.
> >
> > This option is currently implemented for pages only and has an effect in
> > following places:
> >
> > - pagetree nav frame
> > - web>list module
> > - new record wizard
> >
> > example:
> > options.hideRecords.pages = 12,45
> >
> >
> > René

-- 
René Fritz
TYPO3 Association - Active Member
http://association.typo3.org/



More information about the TYPO3-team-core mailing list