0 votes

I'm using @ORM\MappedSuperclass to have Entity inheritance. Skipper doesn't recognize that file, so entity inheritance isn't showed properly and can't be exported either (without messing up the existing structure).

in Feature Request by (170 points)

1 Answer

0 votes

You're right. Obviously there is some problem with searching for files with @MappedSuperclass annotation.
We will check it and let you know.

In the meanwhile, you can define this entity and inheritance manually in Skipper so everything will be exported correctly.

Also, you can manually insert missing file to the import process via "add file" link on the bottom of dialog:

enter image description here

by Skipper developer (141k points)