From a22a624f1e2aaa7b4d855596e0602e23a194db85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Mon, 19 Apr 2021 19:23:11 +0300 Subject: [PATCH] refs #1985 fixed defined url company_id and fixed module category page.. --- resources/views/partials/auth/head.blade.php | 2 +- resources/views/partials/install/head.blade.php | 2 +- resources/views/partials/maintenance/head.blade.php | 2 +- resources/views/partials/modules/bar.blade.php | 2 +- resources/views/partials/modules/head.blade.php | 2 +- resources/views/partials/portal/head.blade.php | 2 +- resources/views/partials/signed/head.blade.php | 2 +- resources/views/partials/wizard/head.blade.php | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/views/partials/auth/head.blade.php b/resources/views/partials/auth/head.blade.php index a8262883b..f302a7aeb 100644 --- a/resources/views/partials/auth/head.blade.php +++ b/resources/views/partials/auth/head.blade.php @@ -31,7 +31,7 @@ @livewireStyles diff --git a/resources/views/partials/install/head.blade.php b/resources/views/partials/install/head.blade.php index 914dee964..2d02a5a20 100644 --- a/resources/views/partials/install/head.blade.php +++ b/resources/views/partials/install/head.blade.php @@ -29,7 +29,7 @@ @livewireStyles @stack('js') diff --git a/resources/views/partials/maintenance/head.blade.php b/resources/views/partials/maintenance/head.blade.php index deea63564..ded9aa3fe 100644 --- a/resources/views/partials/maintenance/head.blade.php +++ b/resources/views/partials/maintenance/head.blade.php @@ -19,7 +19,7 @@ @stack('stylesheet') diff --git a/resources/views/partials/modules/bar.blade.php b/resources/views/partials/modules/bar.blade.php index f5ec5d67c..670389373 100644 --- a/resources/views/partials/modules/bar.blade.php +++ b/resources/views/partials/modules/bar.blade.php @@ -13,7 +13,7 @@ :value="'{{ request('category') }}'" @change="onChangeCategory($event)" > - {{ Form::hidden('category_page', url("apps/categories"), ['id' => 'category_page']) }} + {{ Form::hidden('category_page', url(company_id() . "/apps/categories"), ['id' => 'category_page']) }}
diff --git a/resources/views/partials/modules/head.blade.php b/resources/views/partials/modules/head.blade.php index 3a42b6359..e413ac9d2 100644 --- a/resources/views/partials/modules/head.blade.php +++ b/resources/views/partials/modules/head.blade.php @@ -31,7 +31,7 @@ @stack('stylesheet') diff --git a/resources/views/partials/signed/head.blade.php b/resources/views/partials/signed/head.blade.php index b3f2a0607..cbc1bdda3 100644 --- a/resources/views/partials/signed/head.blade.php +++ b/resources/views/partials/signed/head.blade.php @@ -33,7 +33,7 @@ @livewireStyles diff --git a/resources/views/partials/wizard/head.blade.php b/resources/views/partials/wizard/head.blade.php index 753fcbc8c..864b6aced 100644 --- a/resources/views/partials/wizard/head.blade.php +++ b/resources/views/partials/wizard/head.blade.php @@ -33,7 +33,7 @@ @livewireStyles