mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-25 13:28:33 +01:00
Ripristino impostazione per limitare la visualizzazione degli impianti a quelli gestiti dal tecnico su api app
This commit is contained in:
parent
76c451f333
commit
8b58d1539c
@ -41,3 +41,6 @@ UPDATE `zz_plugins` SET `options` = '{ \"main_query\": [ { \"type\": \"table\",
|
||||
|
||||
-- Fix vista sottocategorie in Articoli
|
||||
UPDATE `zz_views` INNER JOIN `zz_modules` ON `zz_views`.`id_module` = `zz_modules`.`id` SET `zz_views`.`query` = '`sottocategorie_lang`.`title`' WHERE `zz_modules`.`name` = 'Articoli' AND `zz_views`.`name` = 'Sottocategoria';
|
||||
|
||||
-- Ripristino impostazione per limitare la visualizzazione degli impianti a quelli gestiti dal tecnico
|
||||
INSERT INTO `zz_settings` (`id`, `nome`, `valore`, `tipo`, `editable`, `sezione`, `order`, `help`) VALUES (NULL, 'Limita la visualizzazione degli impianti a quelli gestiti dal tecnico', '0', 'boolean', '1', 'Applicazione', '9', '');
|
Loading…
x
Reference in New Issue
Block a user