LP1751520: Add contextMenu Module to Vendor Bundle
authorJason Boyer <jboyer@library.in.gov>
Tue, 27 Feb 2018 14:08:21 +0000 (09:08 -0500)
committerDan Wells <dbw2@calvin.edu>
Fri, 2 Mar 2018 22:35:52 +0000 (17:35 -0500)
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 <jboyer@library.in.gov>
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

index d8509ea..f70c42b 100644 (file)
@@ -97,6 +97,7 @@ const vendorJsFiles = [
   'angular-sanitize',
   'angular-cookies',
   'ng-toast',
+  'context-menu',
   'angular-tree-control',
   'iframe-resizer',
   'angular-order-object-by',