Bug #9681

DomainRepository->findByHost passes wrong parameter type

Added by Christian Jul Jensen almost 5 years ago. Updated almost 5 years ago.

Status:Resolved Start date:2010-09-10
Priority:Must have Due date:
Assigned To:Karsten Dambekalns % Done:

100%

Category:-
Target version:-

Description

F3\TYPO3\Domain\Repository\Configuration\DomainRepository->findByHost directly passes the result $this->findAll() to getSortedMatches.

findAll returns an objcet, but getSortedMatches expects an array

Associated revisions

Revision 80aab034
Added by Karsten Dambekalns almost 5 years ago

[~TASK] Adjust TYPO3 to QueryResultProxy in FLOW3

The QueryResultProxy returned by default in the FLOW3 persistence layer
is not an array, so we need to adjust things a little.

Change-Id: I7858d5beda3903e9943ad480901b466a217a4906
Fixes: #9681
Relates to: #8774

History

#1 Updated by Karsten Dambekalns almost 5 years ago

  • Status changed from New to Accepted
  • Assigned To set to Karsten Dambekalns
  • Priority changed from Should have to Must have
  • % Done changed from 0 to 100

See https://review.typo3.org/61 for the proposed solution...

#2 Updated by Karsten Dambekalns almost 5 years ago

  • Status changed from Accepted to Resolved

Also available in: Atom PDF