From 9f18345585c6d8f8e629eca060ca2126019e1c6a Mon Sep 17 00:00:00 2001 From: magdev Date: Sat, 29 Apr 2023 18:00:27 +0200 Subject: [PATCH] fixed type error --- init.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.rb b/init.rb index cbe8c9e..29bfa90 100644 --- a/init.rb +++ b/init.rb @@ -23,6 +23,6 @@ Redmine::Plugin.register :baupm_core do 'baupm_manifest_orientation' => 'portrait', 'baupm_manifest_display' => 'standalone', 'baupm_manifest_start_url' => '.' - 'baupm_enable_webapp' => 1 + 'baupm_enable_webapp' => '1' }, :partial => 'settings/baupm_settings' end