Chasing and fixing bugs
This commit is contained in:
@@ -279,7 +279,7 @@ export function sync_config__event_pres_mgmt(
|
||||
|
||||
|
||||
// Deal with things that can be overridden:
|
||||
if (pres_mgmt_cfg_remote?.sync_local_config) {
|
||||
if (pres_mgmt_cfg_local?.sync_local_config) {
|
||||
// Hide content:
|
||||
pres_mgmt_cfg_local.hide__location_code = pres_mgmt_cfg_remote?.hide__location_code ?? false;
|
||||
|
||||
|
||||
@@ -181,6 +181,8 @@ let events_local_data_struct: key_val = {
|
||||
|
||||
// Presentation Management (Distributing)
|
||||
'pres_mgmt': {
|
||||
sync_local_config: true,
|
||||
|
||||
datetime_format: 'datetime_12_long',
|
||||
time_format: 'time_12_short',
|
||||
time_hours: 12, // 12 or 24
|
||||
|
||||
Reference in New Issue
Block a user