[TYPO3-core] RFC: TSConfig options.hideRecords.pages
René Fritz
rene at typo3.org
Wed Feb 8 10:16:01 CET 2006
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é
--
René Fritz
TYPO3 Association - Active Member
http://association.typo3.org/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: class.db_list.inc.patch
Type: text/x-diff
Size: 941 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20060208/ce6fd849/attachment.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t3lib_browsetree.patch
Type: text/x-diff
Size: 1193 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20060208/ce6fd849/attachment-0001.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: db_new.patch
Type: text/x-diff
Size: 889 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20060208/ce6fd849/attachment-0002.bin
More information about the TYPO3-team-core
mailing list