craftcms-thearchitect
craftcms-thearchitect copied to clipboard
TA always creates Entry Types based on Section name
I've noticed a small bug where TA will always create an entry type based on the section name, even when one doesn't exist, e.g.:
Original data: Section: Posts Entry Type: Post
After TA import: Section: Posts Entry Type: Posts Entry Type: Post
The new empty one will be the default one, which can make things a bit confusing.
Cheers :)
This is because that is default craft behavior to create an entry type that matches the section. I guess the bug would be that TA doesn't detect and delete the default and generate a new one, or doesn't assume you want to rename the default one that craft creates.