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

Unable to remove taxonomy with nested terms #16537

Closed
MikeAlhayek opened this issue Aug 7, 2024 · 1 comment · Fixed by #16538
Closed

Unable to remove taxonomy with nested terms #16537

MikeAlhayek opened this issue Aug 7, 2024 · 1 comment · Fixed by #16538
Labels
Milestone

Comments

@MikeAlhayek
Copy link
Member

Describe the bug

If we have a taxonomy with nested terms, trying to remove a child node will not work.

Orchard Core version

2.0.0-previews

To Reproduce

Steps to reproduce the behavior:

  1. Create a taxonomy item
  2. add nested items to look like this
  • A
  • B
    • 1
    • 2
      • I
      • II
      • III
    • 3
  • C
  1. Try removing the III item, you'll get a success message but nothing gets removed.

Expected behavior

I expect the item to be removed.

@MikeAlhayek MikeAlhayek added this to the 2.0 milestone Aug 7, 2024
Copy link
Contributor

github-actions bot commented Aug 7, 2024

We triaged this issue and set the milestone according to the priority we think is appropriate (see the docs on how we triage and prioritize issues).

This indicates when the core team may start working on it. However, if you'd like to contribute, we'd warmly welcome you to do that anytime. See our guide on contributions here.

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