[BUGFIX] Unknown record collection type in RecordCollectionRepository
t3lib_collection_RecordCollectionRepository::findByUid() only has "uid" in the SQL query. The required "type" field is missing here and leads to the accordant error message. Change-Id: I02366e58436ab6ef294c25316f0f7b37f0b8be5e Fixes: #33938 Releases: 4.7 Reviewed-on: http://review.typo3.org/9027 Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch Reviewed-by: Susanne Moog Tested-by: Susanne Moog
Please register or sign in to comment