Bug #30260

CLI CommandManager throws exception for ambiguous commands

Added by Bastian Waidelich almost 4 years ago. Updated almost 4 years ago.

Status:Resolved Start date:2011-09-24
Priority:Must have Due date:
Assigned To:Bastian Waidelich % Done:

100%

Category:MVC
Target version:TYPO3 Flow Base Distribution - 1.0.0
PHP Version: Complexity:
Has patch: Affected Flow version:

Description

CommandIdentifier::getShortestIdentifierForCommand() currently fails to return the complete CommandIdentifier when getShortCommandIdentifiers() did not find an unambiguous alias.

Associated revisions

Revision 5e5daa1b
Added by Bastian Waidelich almost 4 years ago

[BUGFIX] CLI CommandManager throws exception for ambiguous commands

This change ensures that the CommandManager returns the complete
CommandIdentifier for commands with the same controller and command
names, for example:
package.key:controller:command and
otherpackage.key:controller:command

Change-Id: I54dc784782eadd25f32fcd2e87a1011873070d35
Resolves: #30260

History

#1 Updated by Bastian Waidelich almost 4 years ago

  • Category changed from Command to MVC

#2 Updated by Mr. Hudson almost 4 years ago

  • Status changed from Accepted to Under Review

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

#3 Updated by Bastian Waidelich almost 4 years ago

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

Also available in: Atom PDF