mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-16 19:40:44 +01:00
Miglioramento lettura parametri globali in dashboard
This commit is contained in:
parent
bfd87a1b7e
commit
cb54adbbe0
@ -239,6 +239,7 @@ if (Auth::check()) {
|
||||
dataload_page_buffer: '.setting('Lunghezza in pagine del buffer Datatables').',
|
||||
tempo_attesa_ricerche: '.setting('Tempo di attesa ricerche in secondi').',
|
||||
restrict_summables_to_selected: '.setting('Totali delle tabelle ristretti alla selezione').',
|
||||
snapDuration: "'.setting('Tempo predefinito di snap attività sul calendario').'"
|
||||
};
|
||||
</script>';
|
||||
} else {
|
||||
|
@ -524,7 +524,7 @@ echo '
|
||||
timeFormat: globals.dashboard.timeFormat,
|
||||
slotLabelFormat: globals.dashboard.timeFormat,
|
||||
slotDuration: "00:15:00",
|
||||
snapDuration: "'.setting('Tempo predefinito di snap attività sul calendario').'",
|
||||
snapDuration: globals.snapDuration,
|
||||
defaultView: globals.dashboard.style,
|
||||
minTime: globals.dashboard.start_time,
|
||||
maxTime: globals.dashboard.end_time,
|
||||
|
Loading…
x
Reference in New Issue
Block a user