Task #9442
Story #11986: As an extension developer I want to find the extension builder in TER
Dynamic Scaffolding broken
| Status: | Resolved | Start date: | 2010-08-24 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Code Creation | |||
| Target version: | - | |||
| Remaining hours | ||||
| Votes: | 0 |
Description
Since the creation of dynamic scaffolding Fluid has changed internally. Therefore the injection of dynamically created templates does not work anymore and an exception is thrown as the template file is not found. I changed the ScaffoldingView to reflect these changes in Fluid and it works again. A patch is attached.
History
Updated by Saverio Vigni over 2 years ago
Patch wrks fine for me thanks!
Updated by Sebastian Michaelsen over 2 years ago
- Status changed from New to Accepted
- Assignee set to Sebastian Michaelsen
Updated by Sebastian Michaelsen over 2 years ago
- Category set to Code Creation
Updated by Sebastian Michaelsen over 2 years ago
Can you find out which revision of fluid introduced the breaking change? I'll write a patch that will make the kickstarter compatible with all fluid versions then.
Updated by Sebastian Michaelsen over 2 years ago
- Status changed from Accepted to Needs Feedback
Updated by Lienhart Woitok over 2 years ago
I think that r2409 is responsible for the braking change, as the function TemplateView::getTemplateSource() was introduced in this revision:
http://forge.typo3.org/projects/typo3v4-mvc/repository/revisions/2409
http://forge.typo3.org/projects/typo3v4-mvc/repository/revisions/2409/diff/fluid/trunk/Classes/View/TemplateView.php
(See also svn blame Classes/View/TemplateView.php)
Updated by Sebastian Michaelsen over 2 years ago
- Target version set to 0.1
Updated by Rens Admiraal over 2 years ago
- Tracker changed from Bug to Task
- Target version deleted (
0.1) - Parent task set to #11986
Updated by Sebastian Michaelsen over 2 years ago
- Assignee deleted (
Sebastian Michaelsen)
Updated by Nico de Haen over 2 years ago
- Status changed from Needs Feedback to Resolved
Obsolete since the scaffolding view is not used anymore