Bug #11091

Missing curly bracket on class statement

Added by Michael Klapper over 4 years ago. Updated over 4 years ago.

Status:Resolved Start date:2010-11-26
Priority:Should have Due date:
Assigned To:Karsten Dambekalns % Done:

100%

Category:-
Target version:TYPO3 Flow Base Distribution - 1.0 alpha 14 Estimated time:1.00 hour
Affected Flow version:

Description

The generated class looks like:

...

/**
 * A repository for TaskLists
 *
 * @package GTasks
 * @subpackage Domain
 * @license http://www.gnu.org/licenses/gpl.html GNU General Public License, version 3 or later
 */
class TaskListRepository extends \F3\FLOW3\Persistence\Repository 
?>

Associated revisions

Revision 1c25d262
Added by Karsten Dambekalns over 4 years ago

[+BUGFIX] Kickstarter: Fix generated repository code

The repository code was missing the curly braces, this was caused by
Fluid interpreting them as empty variable in the template.

Change-Id: I067c4105090ac70d30e55799bfb80829bca3d071
Fixes: #11091

History

#1 Updated by Karsten Dambekalns over 4 years ago

  • Status changed from New to Accepted
  • Assigned To set to Karsten Dambekalns
  • Target version set to 1.0 alpha 14
  • Estimated time set to 1.00

#2 Updated by Karsten Dambekalns over 4 years ago

  • Status changed from Accepted to Under Review

#3 Updated by Karsten Dambekalns over 4 years ago

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

Also available in: Atom PDF