[TYPO3-mvc] findAll() and findByPropery() gives no results, but findByUid(1) goes like a charm
Aart de Bruijn
aart at brownentertainment.nl
Wed Nov 21 12:35:28 CET 2012
Hi list,
An issue I ran into while working on a plugin created with the extension
builder. It has some relations with other records, but the main thing
I'm amazed by is the $this->somerepository->findAll() function gives no
results, as the $this->somerepository->findByUid(1) returns the object
with the correct info. There are 3 records in the table.
I've found only one suggestion, saying set the right pid in the TS, but
that's covered.
Probably I'm just missing something.. Any suggestions?
Aart
More information about the TYPO3-project-typo3v4mvc
mailing list