Bug #43908

wrong class name of kickstarted Command controllers

Added by Thomas Mammitzsch over 2 years ago. Updated over 2 years ago.

Status:Resolved Start date:2012-12-12
Priority:Must have Due date:
Assigned To:Karsten Dambekalns % Done:

100%

Category:-
Target version:TYPO3 Flow Base Distribution - 2.0
Affected Flow version:Git master

Description

./flow kickstart:commandcontroller Acme.Demo Dosomething

results in creating DosomethingController.php with class DosomethingController
but it must be DosomethingCommandController.php with class DosomethingCommandController

Associated revisions

Revision 568c98f3
Added by Karsten Dambekalns over 2 years ago

[BUGFIX] Fix command controller kickstart

When kickstarting a command controller the class/file name would lack
the "Command" part (as of Ie758c26cecd591ed240478de3f9597714060fb88).

Change-Id: If9bef5c3f56ff3e5c3e0b42941df9f721c5dd14c
Fixes: #43908
Releases: master, 2.0, 1.1

Revision adc1c2be
Added by Karsten Dambekalns over 2 years ago

[BUGFIX] Fix command controller kickstart

When kickstarting a command controller the class/file name would lack
the "Command" part (as of Ie758c26cecd591ed240478de3f9597714060fb88).

Change-Id: If9bef5c3f56ff3e5c3e0b42941df9f721c5dd14c
Fixes: #43908
Releases: master, 2.0, 1.1

Revision 34ff1678
Added by Karsten Dambekalns over 2 years ago

[BUGFIX] Fix command controller kickstart

When kickstarting a command controller the class/file name would lack
the "Command" part (as of Ie758c26cecd591ed240478de3f9597714060fb88).

Change-Id: If9bef5c3f56ff3e5c3e0b42941df9f721c5dd14c
Fixes: #43908
Releases: master, 2.0, 1.1

History

#1 Updated by Karsten Dambekalns over 2 years ago

  • Affected Flow version changed from Git 1.2 (master) to Git master

#2 Updated by Karsten Dambekalns over 2 years ago

  • Status changed from New to Accepted
  • Assigned To set to Karsten Dambekalns
  • Target version set to 2.0

#3 Updated by Karsten Dambekalns over 2 years ago

  • Status changed from Accepted to Under Review

#4 Updated by Karsten Dambekalns over 2 years ago

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

#5 Updated by Gerrit Code Review over 2 years ago

  • Status changed from Resolved to Under Review

Patch set 1 for branch FLOW3-1.1 has been pushed to the review server.
It is available at https://review.typo3.org/19052

#6 Updated by Gerrit Code Review over 2 years ago

Patch set 1 for branch 2.0 has been pushed to the review server.
It is available at https://review.typo3.org/19053

#7 Updated by Karsten Dambekalns over 2 years ago

  • Status changed from Under Review to Resolved

Also available in: Atom PDF