Bug #39500

Processors should be applicable on full TypoScript object prototypes as well

Added by Sebastian Kurfuerst about 3 years ago. Updated almost 3 years ago.

Status:Resolved Start date:2012-08-03
Priority:Should have Due date:
Assigned To:Sebastian Kurfuerst % Done:

100%

Category:-
Target version:Base Distribution - Sprint 10 (1.0 TP1)

Description

WORKS:

foo = FluidRenderer
foo << 1.wrap(....)

DOES NOT WORK:

prototype(FluidRenderer) << 1.wrap(....)

Associated revisions

Revision 40e81984
Added by Sebastian Kurfuerst about 3 years ago

[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

#1 Updated by Gerrit Code Review about 3 years ago

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13433

#2 Updated by Sebastian Kurfuerst about 3 years ago

  • Status changed from Accepted to Under Review

#3 Updated by Sebastian Kurfuerst almost 3 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF