From: Galen Charlton Date: Fri, 2 Mar 2018 22:13:52 +0000 (-0500) Subject: LP#1751520: add specify path to content-menu.js explicitly X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1935f39c1d21c24e1abdc92119319b17e4d153a9;p=evergreen%2Fmasslnc.git LP#1751520: add specify path to content-menu.js explicitly Otherwise, Webpack looks for a /module/ called context-menu, and doesn't find it. Signed-off-by: Galen Charlton Signed-off-by: Dan Wells --- diff --git a/Open-ILS/web/js/ui/default/staff/webpack.config.js b/Open-ILS/web/js/ui/default/staff/webpack.config.js index f70c42b0e4..3aa54edb49 100644 --- a/Open-ILS/web/js/ui/default/staff/webpack.config.js +++ b/Open-ILS/web/js/ui/default/staff/webpack.config.js @@ -97,8 +97,8 @@ const vendorJsFiles = [ 'angular-sanitize', 'angular-cookies', 'ng-toast', - 'context-menu', 'angular-tree-control', + 'angular-tree-control/context-menu.js', 'iframe-resizer', 'angular-order-object-by', 'lovefield',