Bug #5833

Inflection viewhelper doesn't work anymore

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

Status:Resolved Start date:2009-12-22
Priority:Should have Due date:
Assigned To:Karsten Dambekalns % Done:

100%

Category:-
Target version:1.0.0 alpha 7
Affected Flow version:

Description

While building models (and also kickstarting other types of classes) the placeholders in the Fluid template are not replaced by their real value anymore:

/**
 * A {k:inflect.humanizeCamelCase("{modelName}")}
 *
 * @version $Id: $
 * @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
 * @scope prototype
 * @entity
 */
class Paper {

    /**
     * The {k:inflect.humanizeCamelCase("title" lowercase="true")}
     * @var string
     */
    protected $title;

Maybe the view helpers don't work with the current Fluid API anymore?

Associated revisions

Revision d889b1b7
Added by Karsten Dambekalns over 5 years ago

[+BUGFIX] Kickstart: Fixed viewhelper shorthand syntax usage in model template, fixes #5833.

History

#1 Updated by Karsten Dambekalns over 5 years ago

  • Status changed from New to Accepted
  • Assigned To changed from Christopher Hlubek to Karsten Dambekalns
  • Target version set to 1.0.0 alpha 7

#2 Updated by Karsten Dambekalns over 5 years ago

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

Applied in changeset r3659.

Also available in: Atom PDF