Bug #5241

Overriding properties doesn't work

Added by Robert Lemke over 5 years ago. Updated almost 5 years ago.

Status:Resolved Start date:2009-11-05
Priority:Must have Due date:
Assigned To:Robert Lemke % Done:

100%

Category:-
Target version:-

Description

Consider a Page object with a title property:

   page = Page

Rendering this object would fetch the

page.title
from the domain model and display it. However, it is not possible to override this property:

   page = Page
   page.title = "My own title" 

The string "My own title" won't be used and the domain model's title will still be used instead.

Associated revisions

Revision 0b1f725b
Added by Robert Lemke over 5 years ago

[~BUGFIX] TypoScript: Previously it was not possible to overrid property values if they are connected to properties of a domain model, now it is. Fixes #5241
[~BUGFIX] TypoScript (Parser): Taught the parser to allow assignments of objects to a property. Fixes #5243

History

#1 Updated by Robert Lemke over 5 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Applied in changeset r3445.

Also available in: Atom PDF