Skip to content

Slim Typo3 can't handle FileReferences #5

Description

@justuskoester

As soon as I add a new Field to my model, that is a FileReference, Slim stops working.

my model:
/**
* images
*
* @var \TYPO3\CMS\Extbase\Persistence\ObjectStorage<\TYPO3\CMS\Extbase\Domain\Model\FileReference>
* @cascade remove
*/
protected $images = null;

Slim Error Message:
Table 'db.tx_extbase_domain_model_filereference' doesn't exist

Slim seems to try to access the table 'tx_extbase_domain_model_filereference', which of course does not exist, because the table from the Typo3 Core for FileReferences is 'sys_file_reference'.

Am I doing something wrong or is this a bug?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions