From 643f6272e4114eeb2dc03c3a2bbe28c768608101 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Fri, 8 Mar 2019 22:13:47 +0100 Subject: [PATCH] Fixed file name case sensitivity issue with tagmanager jQuery Plugin (references 165) --- package.json | 1 - views/layout/default.blade.php | 4 +--- views/productform.blade.php | 8 ++++++++ yarn.lock | 12 ++++++------ 4 files changed, 15 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 15754d1c..34b5f352 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,6 @@ "dependencies": { "@danielfarrell/bootstrap-combobox": "https://github.com/berrnd/bootstrap-combobox.git#master", "@fortawesome/fontawesome-free": "^5.7.2", - "TagManager": "https://github.com/max-favilli/tagmanager.git#3.0.2", "bootbox": "https://github.com/makeusabrew/bootbox.git#v5.x", "bootstrap": "^4.3.1", "chart.js": "^2.7.3", diff --git a/views/layout/default.blade.php b/views/layout/default.blade.php index 11c52822..2910f4ff 100644 --- a/views/layout/default.blade.php +++ b/views/layout/default.blade.php @@ -32,8 +32,7 @@ - - + @@ -352,7 +351,6 @@ - diff --git a/views/productform.blade.php b/views/productform.blade.php index de1e97e5..466af470 100644 --- a/views/productform.blade.php +++ b/views/productform.blade.php @@ -8,6 +8,14 @@ @section('viewJsName', 'productform') +@push('pageScripts') + +@endpush + +@push('pageStyles') + +@endpush + @section('content')
diff --git a/yarn.lock b/yarn.lock index 5366d7e4..c8ef2f3c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11,12 +11,6 @@ resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-5.7.2.tgz#1498c3eb78ee7c78c5488418707de90aaf58d5d7" integrity sha512-Ha4HshKdCVKgu4TVCtG8XyPPYdzTzNW4/fvPnn+LT7AosRABryhlRv4cc4+o84dgpvVJN9reN7jo/c+nYujFug== -"TagManager@https://github.com/max-favilli/tagmanager.git#3.0.2": - version "3.0.1" - resolved "https://github.com/max-favilli/tagmanager.git#df9eb9935c8585a392dfc00602f890caf233fa94" - dependencies: - jquery "1" - "bootbox@https://github.com/makeusabrew/bootbox.git#v5.x": version "5.0.0" resolved "https://github.com/makeusabrew/bootbox.git#5f506b2bffbd190ec42ed589c013dc0a983bb345" @@ -249,6 +243,12 @@ swagger-ui-dist@^3.21.0: resolved "https://registry.yarnpkg.com/swagger-ui-dist/-/swagger-ui-dist-3.21.0.tgz#172bdd39d7d2efd4d4998411702ebe562a934631" integrity sha512-bAhzzpujhSIXdzpSI9b9RpvahC556lxcOIXxt1OOtTIasYodpy94gDlanQl4j7xavmi4nhaGiZ9iBcoFO+wHlA== +"tagmanager@https://github.com/max-favilli/tagmanager.git#3.0.2": + version "3.0.1" + resolved "https://github.com/max-favilli/tagmanager.git#df9eb9935c8585a392dfc00602f890caf233fa94" + dependencies: + jquery "1" + "tempusdominus-bootstrap-4@https://github.com/berrnd/tempusdominus-bootstrap-4.git#master": version "5.1.2" resolved "https://github.com/berrnd/tempusdominus-bootstrap-4.git#2cf725fed9216cb77a298e5ce46762bfe979eaa0"