show event author in event page if admin is browsing and feature is enabled from config file

This commit is contained in:
encrypt
2023-06-16 13:57:34 +02:00
parent 8eb43ac7b5
commit 50fbecb15a
4 changed files with 13 additions and 4 deletions

View File

@@ -80,6 +80,7 @@ module.exports = {
allow_recurrent_event: settings.allow_recurrent_event,
allow_multidate_event: settings.allow_multidate_event,
allow_online_event: settings.allow_online_event,
show_event_author_to_admin: settings.show_event_author_to_admin,
recurrent_event_visible: settings.recurrent_event_visible,
enable_federation: settings.enable_federation,
enable_resources: settings.enable_resources,