Bug #34035
Linking to folders broken
| Status: | Resolved | Start date: | 2012-02-17 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
TypoScript:
page.20 = TEXT
page.20.typolink.parameter = fileadmin/pics/
page.20.value = test
does work with current master, does not work with fal.
Related issues
| related to File Abstraction Layer - Bug #33960: Linking a textpic to a folder cases exception in the fron... | Resolved | 2012-02-15 |
History
Updated by Susanne Moog over 1 year ago
- File folderFileLinks.diff added
Attached patch fixes file and folder linking (but I have no idea if this is the right way to do it).
Updated by Andreas Wolf over 1 year ago
Susi, thanks for raising this topic! We definitely have to tackle this, as it will be a problem in many more places. I imagine to have a generic interface for files and folders that only contains the real basics (like identifier, storage, name) and exposes them. We could then use this e.g. everywhere we want to generate a URL.
Updated by Benjamin Mack about 1 year ago
Hey Susanne,
can you try that out again with the current plain-fileabstraction? cannot reproduce this...
Updated by Benjamin Mack about 1 year ago
- Status changed from New to Resolved
Fixed in latest plain-fileabstraction.