Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TA always creates Entry Types based on Section name #49

Open
ldstevens opened this issue May 12, 2017 · 1 comment
Open

TA always creates Entry Types based on Section name #49

ldstevens opened this issue May 12, 2017 · 1 comment

Comments

@ldstevens
Copy link

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

@spAnser
Copy link
Collaborator

spAnser commented May 12, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants