can_subscribe_link loadstate fallback added

Related: https://github.com/nextcloud/calendar/issues/4904
Related: https://github.com/nextcloud/calendar/issues/4843
Author-Change-Id: IB#1126265
Signed-off-by: Pawel Boguslawski <pawel.boguslawski@ib.pl>
This commit is contained in:
Pawel Boguslawski 2023-01-20 11:03:50 +01:00
parent c10453dd95
commit 0bf6b13b84
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<!--
- @copyright Copyright (c) 2020 Georg Ehrke <oc.list@georgehrke.com>
- @copyright Copyright (c) 2022 Informatyka Boguslawski sp. z o.o. sp.k., http://www.ib.pl/
- @copyright Copyright (c) 2022-2023 Informatyka Boguslawski sp. z o.o. sp.k., http://www.ib.pl/
- @author Georg Ehrke <oc.list@georgehrke.com>
-
- @license AGPL-3.0-or-later
@ -218,7 +218,7 @@ export default {
hideEventExport: loadState('calendar', 'hide_event_export'),
forceEventAlarmType: loadState('calendar', 'force_event_alarm_type', false),
disableAppointments: loadState('calendar', 'disable_appointments', false),
canSubscribeLink: loadState('calendar', 'can_subscribe_link'),
canSubscribeLink: loadState('calendar', 'can_subscribe_link', false),
})
this.$store.dispatch('initializeCalendarJsConfig')