[TYPO3-core] RFC: TSConfig options.hideRecords.pages
Michael Stucki
michael at typo3.org
Wed Feb 8 15:00:30 CET 2006
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_OPTIONS/
> 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é
>
--
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/
More information about the TYPO3-team-core
mailing list