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

Can't add Part to ContentType when there is already Named Part added #16494

Closed
lampersky opened this issue Jul 26, 2024 · 0 comments · Fixed by #16495
Closed

Can't add Part to ContentType when there is already Named Part added #16494

lampersky opened this issue Jul 26, 2024 · 0 comments · Fixed by #16495
Labels

Comments

@lampersky
Copy link
Contributor

You can't add a Regular Part to a ContentType if there is already a Named Part of the same part added.

Steps to Reproduce:

  • Create an attachable and reusable part, let's say MyTestPart,
  • Create a ContentType or pick exisiting one,
  • Add a Named Part (MyTestPart) and assign a name to it,
  • Try to add a Regular Part (MyTestPart),
  • MyTestPart is not listed, so you can't add it.

Workaround:

  • Remove the Named Part (MyTestPart),
  • Add the Regular Part (MyTestPart) first,
  • Add the Named Part (MyTestPart) again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant