From 0cde6d5fc5ec4e489fd47fbbe2c773c729f4e040 Mon Sep 17 00:00:00 2001 From: amazuecos Date: Thu, 3 Apr 2025 19:51:52 +0200 Subject: [PATCH] allow all roles except cliente-administrador y cliente --- ci4/app/Views/themes/vuexy/components/chat_factura.php | 6 +++--- .../themes/vuexy/components/chat_internal_factura.php | 8 ++++---- .../themes/vuexy/components/chat_internal_pedido.php | 8 ++++---- .../themes/vuexy/components/chat_internal_presupuesto.php | 8 ++++---- ci4/app/Views/themes/vuexy/components/chat_pedido.php | 6 +++--- .../Views/themes/vuexy/components/chat_presupuesto.php | 6 +++--- ci4/app/Views/themes/vuexy/main/menus/mensajes_menu.php | 2 +- 7 files changed, 22 insertions(+), 22 deletions(-) diff --git a/ci4/app/Views/themes/vuexy/components/chat_factura.php b/ci4/app/Views/themes/vuexy/components/chat_factura.php index 6e0ae25a..72b1f64a 100644 --- a/ci4/app/Views/themes/vuexy/components/chat_factura.php +++ b/ci4/app/Views/themes/vuexy/components/chat_factura.php @@ -26,7 +26,7 @@
- user()->inGroup('cliente-editor','cliente')): ?> + user()->inGroup('cliente-administrador','cliente')): ?>
+ - user()->inGroup('cliente-editor','cliente')) { ?> + user()->inGroup('cliente-administrador','cliente')) { ?>
-
" id="navs-pills-top-chat" role="tabpanel"> +
" id="navs-pills-top-chat" role="tabpanel"> $modelId,"type" => "factura"]) ?>
- user()->inGroup('cliente-editor','cliente')) { ?> + user()->inGroup('cliente-administrador','cliente')) { ?> diff --git a/ci4/app/Views/themes/vuexy/components/chat_internal_pedido.php b/ci4/app/Views/themes/vuexy/components/chat_internal_pedido.php index 1337172b..a12f11da 100644 --- a/ci4/app/Views/themes/vuexy/components/chat_internal_pedido.php +++ b/ci4/app/Views/themes/vuexy/components/chat_internal_pedido.php @@ -13,19 +13,19 @@