From 1935f39c1d21c24e1abdc92119319b17e4d153a9 Mon Sep 17 00:00:00 2001
From: Galen Charlton <gmc@equinoxinitiative.org>
Date: Fri, 2 Mar 2018 17:13:52 -0500
Subject: [PATCH] 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 <gmc@equinoxinitiative.org>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
---
 Open-ILS/web/js/ui/default/staff/webpack.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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',
-- 
2.11.0