Bug #38404

IdentityRoutePart should accept __identity array

Added by Bastian Waidelich about 3 years ago. Updated about 3 years ago.

Status:Resolved Start date:2012-06-26
Priority:Should have Due date:
Assigned To:Bastian Waidelich % Done:

100%

Category:MVC - Routing
Target version:TYPO3 Flow Base Distribution - 1.1 RC1
PHP Version: Complexity:no-brainer
Has patch:No Affected Flow version:Git 1.1

Description

Since #37403 IdentityRoutePart::matchValue() returns an identity array in the format array('__identity' => '<Identifier>').
This format should also be accepted for IdentityRoutePart::resolveValue().
This is required for widgets that fetch the arguments from the current request and pass it to the UriBuilder.


Related issues

related to TYPO3.Flow - Bug #37403: IdentityRoutePart should set __identity array Resolved 2012-05-22

Associated revisions

Revision 23a2b37d
Added by Bastian Waidelich about 3 years ago

[BUGFIX] IdentityRoutePart should accept identity array

IdentityRoutePart::matchValue() returns an identity array in
the format array('__identity' => '<Identifier>') (see #37403).

This change ajusts resolveValue() to accept arrays in that
format, too.
This is required for widgets that fetch arguments from the
current request and pass them to the UriBuilder.

Change-Id: Iabad3d2f40818d545c0f7697775befa73ecf2e09
Resolves: #38404
Releases: 1.1, 1.2

Revision bd08fb99
Added by Bastian Waidelich about 3 years ago

[BUGFIX] IdentityRoutePart should accept identity array

IdentityRoutePart::matchValue() returns an identity array in
the format array('__identity' => '<Identifier>') (see #37403).

This change ajusts resolveValue() to accept arrays in that
format, too.
This is required for widgets that fetch arguments from the
current request and pass them to the UriBuilder.

Change-Id: Iabad3d2f40818d545c0f7697775befa73ecf2e09
Resolves: #38404
Releases: 1.1, 1.2

History

#1 Updated by Gerrit Code Review about 3 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12381

#2 Updated by Gerrit Code Review about 3 years ago

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

#3 Updated by Bastian Waidelich about 3 years ago

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

Also available in: Atom PDF