Disable more from ux-upgrade init.rb
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- "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"
|
||||
@@ -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'
|
||||
@@ -13,3 +13,10 @@
|
||||
|
||||
RedmineApp::Application.routes.prepend do
|
||||
scope '/home' do
|
||||
@@ -50,5 +50,5 @@ RedmineApp::Application.routes.prepend do
|
||||
post '/settings/plugin/000_redmine_x_ux_upgrade/remove_logo', to: 'settings#delete_attachment', as: 'delete_attachment'
|
||||
end
|
||||
|
||||
-RedmineXUxUpgrade::UxUpgradeAttachments.copy_plugin_images_after_restart
|
||||
+#RedmineXUxUpgrade::UxUpgradeAttachments.copy_plugin_images_after_restart
|
||||
|
||||
|
||||
Reference in New Issue
Block a user