Bug #38006
Nested settings broken by #37069
| Status: | Resolved | Start date: | 2012-06-13 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | - | % Done: | 100% |
|
| Category: | - | |||
| Target version: | 2.1.0 | |||
| TYPO3 Version: | 4.7 | Has patch: | No | |
| PHP Version: | 5.3 | Complexity: | easy | |
| Votes: | 0 |
Description
Feature #37069 introduced a new bug: it replaced the settings array by TS settings array, thus every element, that had child settings got appended with a dot.
I provide a patch that solves the issue.
Related issues
| related to Extension news - Suggestion #37069: Set startingpoint to current page via typoscript | Resolved | 2012-05-10 |
History
Updated by Gerrit Code Review 11 months ago
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12027
Updated by Dmitri Pisarev 11 months ago
Please notice my question in gerrit.
Updated by Steffen Müller 11 months ago
What about using:
plugin.tx_news.persistence.storagePid {
cObject = TEXT
cObject.field = pid
}
Btw. the patch breaks TYPO3 CGL (use lowerCamelCase for variables instead of underscore)
Updated by Steffen Müller 11 months ago
Sorry wrong issue! Forget my last post!
Updated by Dmitri Pisarev 10 months ago
Are there any updates on this issue?
Updated by Georg Ringer 7 months ago
- Status changed from New to Needs Feedback
can you give a small example how to get to the error?
Updated by Dmitri Pisarev 7 months ago
Sorry Georg, I can't remember for sure, as it was really a long time ago. I think it had to do something with using nested settings...
Updated by Georg Ringer 3 months ago
- Status changed from Needs Feedback to Resolved
- Target version set to 2.1.0
- % Done changed from 0 to 100
resolved with #45856