craftcms-thearchitect icon indicating copy to clipboard operation
craftcms-thearchitect copied to clipboard

TA always creates Entry Types based on Section name

Open ldstevens opened this issue 7 years ago • 1 comments

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 :)

ldstevens avatar May 12 '17 02:05 ldstevens

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.

spAnser avatar May 12 '17 03:05 spAnser