From 6bdb14248c63d9213d93e476560f7caeda0ffa7e Mon Sep 17 00:00:00 2001 From: luisramos0 Date: Thu, 19 Dec 2019 11:32:13 +0000 Subject: [PATCH] Require lodash.underscore to support _. calls in js spree_backend relies on Underscore.js 1.4.4, from Jan 2013, in some auto complete functions, here we will be depending on Lo-Dash 2.4.1, from Dec 2013 --- app/assets/javascripts/admin/all.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/javascripts/admin/all.js b/app/assets/javascripts/admin/all.js index 7fdc74dba1..f8ef309a7f 100644 --- a/app/assets/javascripts/admin/all.js +++ b/app/assets/javascripts/admin/all.js @@ -19,6 +19,7 @@ //= require ../shared/ng-infinite-scroll.min.js //= require ../shared/ng-tags-input.min.js //= require angular-rails-templates +//= require lodash.underscore.js // spree //= require admin/spree_backend