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: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | Code Creation | |||
Target version: | - |
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
#1 Updated by Saverio Vigni almost 5 years ago
Patch wrks fine for me thanks!
#2 Updated by Sebastian Michaelsen almost 5 years ago
- Status changed from New to Accepted
- Assigned To set to Sebastian Michaelsen
#3 Updated by Sebastian Michaelsen almost 5 years ago
- Category set to Code Creation
#4 Updated by Sebastian Michaelsen almost 5 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.
#5 Updated by Sebastian Michaelsen almost 5 years ago
- Status changed from Accepted to Needs Feedback
#6 Updated by Lienhart Woitok almost 5 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
)
#7 Updated by Sebastian Michaelsen almost 5 years ago
- Target version set to 0.1
#8 Updated by Rens Admiraal over 4 years ago
- Tracker changed from Bug to Task
- Target version deleted (
0.1) - Parent task set to #11986
#9 Updated by Sebastian Michaelsen over 4 years ago
- Assigned To deleted (
Sebastian Michaelsen)
#10 Updated by Nico de Haen over 4 years ago
- Status changed from Needs Feedback to Resolved
Obsolete since the scaffolding view is not used anymore