From 5cc3ce7a9e5f1b503edf439a7c3316ba4c053bbd Mon Sep 17 00:00:00 2001 From: Jason Boyer Date: Tue, 27 Feb 2018 09:08:21 -0500 Subject: [PATCH] LP1751520: Add contextMenu Module to Vendor Bundle This patch adds the context-menu.js file to the vendor bundle for use by angular-tree-control.js This branch is for master/rel_3_1; not rel_3_0 Signed-off-by: Jason Boyer Signed-off-by: Galen Charlton Signed-off-by: Dan Wells --- Open-ILS/web/js/ui/default/staff/webpack.config.js | 1 + 1 file changed, 1 insertion(+) 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 d8509eaa61..f70c42b0e4 100644 --- a/Open-ILS/web/js/ui/default/staff/webpack.config.js +++ b/Open-ILS/web/js/ui/default/staff/webpack.config.js @@ -97,6 +97,7 @@ const vendorJsFiles = [ 'angular-sanitize', 'angular-cookies', 'ng-toast', + 'context-menu', 'angular-tree-control', 'iframe-resizer', 'angular-order-object-by', -- 2.43.2