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').',
|
dataload_page_buffer: '.setting('Lunghezza in pagine del buffer Datatables').',
|
||||||
tempo_attesa_ricerche: '.setting('Tempo di attesa ricerche in secondi').',
|
tempo_attesa_ricerche: '.setting('Tempo di attesa ricerche in secondi').',
|
||||||
restrict_summables_to_selected: '.setting('Totali delle tabelle ristretti alla selezione').',
|
restrict_summables_to_selected: '.setting('Totali delle tabelle ristretti alla selezione').',
|
||||||
|
snapDuration: "'.setting('Tempo predefinito di snap attività sul calendario').'"
|
||||||
};
|
};
|
||||||
</script>';
|
</script>';
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -524,7 +524,7 @@ echo '
|
||||||
timeFormat: globals.dashboard.timeFormat,
|
timeFormat: globals.dashboard.timeFormat,
|
||||||
slotLabelFormat: globals.dashboard.timeFormat,
|
slotLabelFormat: globals.dashboard.timeFormat,
|
||||||
slotDuration: "00:15:00",
|
slotDuration: "00:15:00",
|
||||||
snapDuration: "'.setting('Tempo predefinito di snap attività sul calendario').'",
|
snapDuration: globals.snapDuration,
|
||||||
defaultView: globals.dashboard.style,
|
defaultView: globals.dashboard.style,
|
||||||
minTime: globals.dashboard.start_time,
|
minTime: globals.dashboard.start_time,
|
||||||
maxTime: globals.dashboard.end_time,
|
maxTime: globals.dashboard.end_time,
|
||||||
|
|
Loading…
Reference in New Issue