From: Jason Boyer Date: Tue, 27 Feb 2018 14:08:21 +0000 (-0500) Subject: LP1751520: Add contextMenu Module to Vendor Bundle X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5cc3ce7a9e5f1b503edf439a7c3316ba4c053bbd;p=contrib%2FConifer.git 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 --- 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',