Bug #39500
Processors should be applicable on full TypoScript object prototypes as well
| Status: | Resolved | Start date: | 2012-08-03 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Sebastian Kurfuerst | % Done: | 100% |
|
| Category: | - | |||
| Target version: | Base Distribution - Sprint 10 (1.0 TP1) | |||
| Votes: | 0 |
Description
WORKS:
foo = FluidRenderer foo << 1.wrap(....)
DOES NOT WORK:
prototype(FluidRenderer) << 1.wrap(....)
Associated revisions
[BUGFIX] Processors should be applicable on full object prototypes
Before this change, applying a processor on an object prototype did not work,
while it worked to apply a processor on a full object. Example:
foo = Text
foo << 1.wrap(...) # works
prototype(FluidRenderer) << 1.wrap(....) # does not work
With this change, the last line of the example is also made to work.
Furthermore, a unit test for the first line is added.
Fixes: #39500
Change-Id: I8e590e95909d567a714084985807402fe0984e7e
History
Updated by Gerrit Code Review 10 months ago
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13433
Updated by Sebastian Kurfuerst 10 months ago
- Status changed from Accepted to Under Review
Updated by Sebastian Kurfuerst 10 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 40e8198423ea456faced7fcc59dfa03146f8a88e.