Bug #12970
Generate Workspace Preview Link should honor options.view.languageOrder
| Status: | Accepted | Start date: | 2011-02-11 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Usability | |||
| Target version: | 4.6 | |||
| TYPO3 Version: | PHP Version: | |||
| Votes: | 0 |
Description
A preview link always points to the default language. If a user is limited to specific languages, a languageOrder can be set in UserTS when he opens a preview page.
It is evaluated in t3lib_BEfunc::viewOnClick (unfortunately not in a separate function) and should also be used for a preview link that this user generates.
see http://typo3.org/documentation/document-library/core-documentation/doc_core_tsconfig/4.4.0/view/1/4/#id2313975 (right before part SETUP starts)
Related issues
| related to Workspaces & Versioning - Bug #26612: Preview does not include L parameter if not default language | Resolved | 2011-05-04 | ||
| related to Workspaces & Versioning - Bug #15628: wsol_preview not showing languageversions | Closed | 2006-02-15 |
History
Updated by Tolleiv Nietsch over 2 years ago
- Status changed from New to Accepted
Updated by Andreas Kiessling over 2 years ago
One more thought about that: how about displaying a select menu with the allowed languages for the user next to the link and just use the selected value in the ExtDirect request? The sorting / filtering of the entries could be controlled by the languageOrder.
Updated by Tolleiv Nietsch over 2 years ago
- Target version changed from 4.5.1 to 4.6