Open daomapsieucap opened 2 years ago
@phongkhuu115 Check if all the features requested are implemented or not.
Currently, we did have a bug existing: When we have existing terms (without enabling term_order before creating these terms), then we enable term_order in Fiber Admin. The terms won't go in the correct order. I think because Fiber Admin doesn't create / update correct term_order
when we enable term_order with existing term.
@daomapsieucap I don't think the issue still exists, as soon as I turn the feature on for the new create taxonomy, all its terms are automatically sorted by their term_order
@phongkhuu115 I confirmed that the issue still exists. Please try to re-produce all the steps I mentioned and show terms on FE using term_order
. "The terms won't go in the correct order" will happen on FE.
@daomapsieucap May I ask for more details? Because I can't reproduce the problem
This is what I have done:
term_order
But I don't see any problem.
Newly created (no change is made): This look correct because default it's order by name
Show on FE: I used term_order
here
Enable drag and drop:
Show on FE: Although all term order is 0, but it's the same with admin site
My test code:
Feature request