-
-
Notifications
You must be signed in to change notification settings - Fork 729
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
Bring js code to make taxonomies admin work without spree_backend #4611
Bring js code to make taxonomies admin work without spree_backend #4611
Conversation
0262f1b
to
0ea98fd
Compare
I rebased and tested deploying. All good. Ready for testing. |
f71f033
to
908e553
Compare
ping @luisramos0 #conflicts |
…ery.alerts from spree_backend
908e553
to
9a2ad16
Compare
rebased 👍 |
Tested creating a taxon and associating with a product. Ready to go :-) |
What? Why?
Continues to #4595
We need to bring jstree from spree_backend so that the taxonomies admin page works in the backoffice. We remove one usage of jConfirm to avoid having to bring jquery.alert as well.
We create a folder admin/spree where we will put the not angularized JS legacy code coming from spree_backend. It's not much code but I think it's better if we keep it isolated under admin/spree/.
What should we test?
The taxons admin page in the backoffice is working correctly, particularly setting up hierarchies and renaming and deleting elements.
Release notes
Changelog Category: Changed
Brought from spree_backend code to make taxons admin page work without spree code so that we make ofn independent of spree.