You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Taxons interface in the admin uses jstree to display and edit the taxons. It does this using a "jstree" route in the API which returns taxons in the jstree-specific format. We should instead be using the normal show route and transform it in JS.
I started refactoring the taxons page in #157 but didn't get around to this.
The text was updated successfully, but these errors were encountered:
Also at the same time it might be worth removing jstree, which is complex and doesn't provide a particularly good interface (right click to add/edit/rename/remove) compared to a simpler nested sortable.
We are not using JSTree anymore (solidusio#569) but we still have these
routes available for stores that used it outside JSTree scopes.
We decided to deprecate these routes long time ago but we never did it.
See also #194.
Once we've deprecated this enough we can probably just resurrect solidusio#664.
Taxons interface in the admin uses jstree to display and edit the taxons. It does this using a "jstree" route in the API which returns taxons in the jstree-specific format. We should instead be using the normal show route and transform it in JS.
I started refactoring the taxons page in #157 but didn't get around to this.
The text was updated successfully, but these errors were encountered: