mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-22 12:00:19 +01:00
Fix opzioni selettore mappa
This commit is contained in:
parent
37c6cd28c5
commit
1cfee92c8d
@ -17,7 +17,7 @@ ORDER BY
|
||||
-- Geolocalizzazione automatica
|
||||
INSERT INTO `zz_settings` (`id`, `nome`, `valore`, `tipo`, `editable`, `sezione`, `order`) VALUES
|
||||
(NULL, 'Geolocalizzazione automatica', '1', 'boolean', '1', 'Anagrafiche', NULL),
|
||||
(NULL, 'Gestore mappa', 'OpenStreetMap', 'list[Google Maps, OpenStreetMap]', '1', 'Generali', NULL);
|
||||
(NULL, 'Gestore mappa', 'OpenStreetMap', 'list[Google Maps,OpenStreetMap]', '1', 'Generali', NULL);
|
||||
|
||||
INSERT INTO `zz_settings_lang` (`id`, `id_lang`, `id_record`, `title`, `help`) VALUES (NULL, '1', (SELECT `zz_settings`.`id` FROM `zz_settings` WHERE `zz_settings`.`nome` = 'Geolocalizzazione automatica'), 'Geolocalizzazione automatica', '');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user