Bug #31474

DoctrineCommandController::dqlCommand() uses removed method TYPO3\FLOW3\MVC\CLI\Request::getCommandLineArguments()

Added by Johannes K almost 4 years ago. Updated over 3 years ago.

Status:Resolved Start date:2011-10-31
Priority:Should have Due date:
Assigned To:Johannes K % Done:

100%

Category:Command
Target version:TYPO3 Flow Base Distribution - 1.0.1
PHP Version:5.3 Complexity:no-brainer
Has patch:Yes Affected Flow version:FLOW3 1.0.0

Description

The method TYPO3\FLOW3\MVC\CLI\Request::getCommandLineArguments() does not exist anymore.
DoctrineCommandController::dqlCommand should call the method TYPO3\FLOW3\MVC\CLI\Request::getExceedingArguments() instead

Associated revisions

Revision 47b8f4a8
Added by Johannes K over 3 years ago

[BUGFIX] Use correct method to get CLI arguments for DQL command

Call TYPO3\FLOW3\MVC\CLI\Request::getExceedingArguments() instead of the
removed TYPO3\FLOW3\MVC\CLI\Request::getCommandLineArguments()

Fixes: #31474
Change-Id: I35ab8bc7f869c8c196b8313b297a2171c451bd1c
Releases: 1.0, 1.1

Revision 4c91d3f3
Added by Johannes K over 3 years ago

[BUGFIX] Use correct method to get CLI arguments for DQL command

Call TYPO3\FLOW3\MVC\CLI\Request::getExceedingArguments() instead of the
removed TYPO3\FLOW3\MVC\CLI\Request::getCommandLineArguments()

Fixes: #31474
Change-Id: I35ab8bc7f869c8c196b8313b297a2171c451bd1c
Releases: 1.0, 1.1

History

#1 Updated by Mr. Hudson almost 4 years ago

  • Status changed from New to Under Review

Patch set 3 of change I35ab8bc7f869c8c196b8313b297a2171c451bd1c has been pushed to the review server.
It is available at http://review.typo3.org/6403

#2 Updated by Mr. Hudson over 3 years ago

Patch set 4 of change I35ab8bc7f869c8c196b8313b297a2171c451bd1c has been pushed to the review server.
It is available at http://review.typo3.org/6403

#3 Updated by Mr. Hudson over 3 years ago

Patch set 1 of change I35ab8bc7f869c8c196b8313b297a2171c451bd1c has been pushed to the review server.
It is available at http://review.typo3.org/6541

#4 Updated by Johannes K over 3 years ago

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

Also available in: Atom PDF