fixed missing comma

This commit is contained in:
2023-05-06 12:08:27 +02:00
parent b6850ed811
commit 1686ee0c9c

View File

@@ -22,7 +22,7 @@ Redmine::Plugin.register :baupm_core do
'baupm_application_description' => 'Baustellen-Management-System auf Redmine-Basis',
'baupm_manifest_orientation' => 'portrait',
'baupm_manifest_display' => 'standalone',
'baupm_manifest_start_url' => '.'
'baupm_manifest_start_url' => '.',
'baupm_enable_webapp' => '1'
}, :partial => 'settings/baupm_settings'
end