diff --git a/addons/default/visiosoft/advs-module/src/Http/Controller/AdvsController.php b/addons/default/visiosoft/advs-module/src/Http/Controller/AdvsController.php index fca42ad03..8df38c3b5 100644 --- a/addons/default/visiosoft/advs-module/src/Http/Controller/AdvsController.php +++ b/addons/default/visiosoft/advs-module/src/Http/Controller/AdvsController.php @@ -742,6 +742,13 @@ class AdvsController extends PublicController return $cats; } + public function checkUser() + { + return [ + 'success' => \auth()->check(), + ]; + } + public function create(AdvFormBuilder $formBuilder, CategoryRepositoryInterface $repository) { $isActive = new AdvModel(); diff --git a/addons/default/visiosoft/base-theme/resources/views/layouts/default.twig b/addons/default/visiosoft/base-theme/resources/views/layouts/default.twig index 12986fdd5..a06220c3a 100644 --- a/addons/default/visiosoft/base-theme/resources/views/layouts/default.twig +++ b/addons/default/visiosoft/base-theme/resources/views/layouts/default.twig @@ -22,7 +22,7 @@ {{ addBlock('layouts/default/section')|raw }}
-
+
{% include "visiosoft.theme.base::partials/messages" %} diff --git a/addons/default/visiosoft/media-field_type/src/Table/ValueTableBuilder.php b/addons/default/visiosoft/media-field_type/src/Table/ValueTableBuilder.php index b28711e12..b49badf7d 100644 --- a/addons/default/visiosoft/media-field_type/src/Table/ValueTableBuilder.php +++ b/addons/default/visiosoft/media-field_type/src/Table/ValueTableBuilder.php @@ -66,7 +66,7 @@ class ValueTableBuilder extends TableBuilder ], 'rotate' => [ 'target' => '_blank', - 'icon' => 'fa fa-sync-alt', + 'icon' => 'fa fa-sync-alt fa-refresh', 'type' => 'info', 'text' => '', 'class' => 'col-4', diff --git a/composer.json b/composer.json index e7cb719fc..405848439 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "anomaly/decimal-field_type": "~2.1.0", "anomaly/integer-field_type": "~2.1.0", "anomaly/editor-field_type": "~3.1.0", - "anomaly/select-field_type": "~2.3.0", + "anomaly/select-field_type": "2.3.8", "anomaly/slider-field_type": "~3.0.0", "anomaly/addon-field_type": "~2.2.0", "anomaly/email-field_type": "~2.1.0",