Files
redmine/patches/ux_upgrade-disable_db.patch
Roman Vaníček 70c1a610fe
Some checks failed
continuous-integration/drone/push Build is failing
ux-upgrade patch temporarily DB access.
2023-03-23 19:22:57 +01:00

16 lines
616 B
Diff

--- a/plugins/000_redmine_x_ux_upgrade/init.rb
+++ b/plugins/000_redmine_x_ux_upgrade/init.rb
@@ -37,10 +37,10 @@ require "#{plugin_path}/lib/redmine_x_ux_upgrade"
FileUtils.cp_r("#{plugin_path}/assets/themes", "#{Rails.root}/public")
# Set redmine theme to 'redminex_theme'
-RedmineXUxUpgrade.set_redmine_x_theme
+#RedmineXUxUpgrade.set_redmine_x_theme
# Save additional default settings if this is upgrade of older version # for Redmine v5.0.2
-RedmineXUxUpgrade.save_default_settings
+#RedmineXUxUpgrade.save_default_settings
RedmineApp::Application.routes.prepend do
scope '/home' do