Feature #36705
Forward pages with defined doctype to list view
| Status: | New | Start date: | 2012-04-29 | |
|---|---|---|---|---|
| Priority: | Could have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | 6.0.0 | |||
| TYPO3 Version: | 4.7 | Complexity: | ||
| PHP Version: | ||||
| Votes: | 0 |
Description
If a BE-user opens a page with doctype sysfolder in the page module, he can add content elements, which usually does not make sense. I made some small changes in typo3/sysext/cms/layout/db_layout.php.
It is possible to define doctypes who should be shown in list view.
mod.web_layout.forwardToListDoctype = 254,199,4
Or is there a better way to achieve this?
History
Updated by Jigal van Hemert about 1 year ago
Maybe it's wise to ask the UX/UI team what's the best solution here?
TemplaVoilà displays a text that you try to open a (sys)folder with the page module and suggests to jump (with link) to the list module or edit the page properties.
Updated by Georg Ringer about 1 year ago
this is already available for 254 doctype
Updated by René Häfliger about 1 year ago
The idea is to directly forward to listview. I think this would improve the usability.
Updated by Ingo Renner about 1 year ago
right now we have a flash message suggesting to switch to the list view. So I agree it'd make sense to do that automatically for the user. In return though, there should be a flash message letting the user know about the automatic redirect and offering him a way to go back if needed/wanted.
Updated by Jens Hoffmann 11 months ago
I would suggest to directly switch without a question.
We don't need a Flash-MSG .. if it's wrong you will see
it (even without a flash-msg) and switch via the Modul-
Menu at the site.
So +1 from the UX perspective.