-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Taxonomy Terms Management is broken #15590
Comments
It works on 1.8.2, broken on main branch |
Can you share the logs? I'd guess it has something to do with the Json.NET migration. |
For deleting term no logs are created :-( Full reproduction here: https://app.screencastify.com/v3/watch/g2Pv1BYQThXnZR3EoTsV |
Did you try it out using the latest commit on main? I think there was an issue with STJ where remove was broken but should be fixed. Can you please confirm that the issue exists even after pulling the latest from main? |
Guessing this is where it fails OrchardCore/src/OrchardCore.Modules/OrchardCore.Taxonomies/Controllers/AdminController.cs Line 324 in 4d892b6
|
I think we need to fix the remove issue as we did in the admin menu @hyzx86 @sarahelsaig I think you did a PR to fix this everywhere, right? |
@hishamco , No,The PR #15509 just and some method , |
Shall I do a similar fix to what I did in the admin menu? |
Perhaps we can tweak the implementation of remove to be compatible with older api actions |
Describe the bug
Terms in a Taxonomy cannot be deleted and hierarchy cannot be created
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Terms Management should include Term Deletion, Add Child Term, Move Term as Child
The text was updated successfully, but these errors were encountered: