Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add redmine_products to obsolete plugin list #1538

Merged

Conversation

RomanIOPSYS
Copy link
Contributor

With redmine_products (and its dependency redmine_contacts) installed, SystemStackError occurs when going to administrative settings:

I, [2024-07-18T20:22:39.380403 #1]  INFO -- : Started GET "/settings" for 172.17.0.1 at 2024-07-18 20:22:39 +0000
I, [2024-07-18T20:22:39.381060 #1]  INFO -- : Processing by SettingsController#index as HTML
I, [2024-07-18T20:22:39.384106 #1]  INFO -- :   Current user: admin (id=1)
I, [2024-07-18T20:22:39.396807 #1]  INFO -- : Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.4ms | Allocations: 11130)
F, [2024-07-18T20:22:39.532960 #1] FATAL -- :
SystemStackError (stack level too deep):

plugins/redmine_products/lib/redmine_products/patches/notifiable_patch.rb:35:in `all_with_products'
plugins/redmine_dmsf/lib/redmine_dmsf/patches/notifiable_patch.rb:37:in `all'
...
plugins/redmine_products/lib/redmine_products/patches/notifiable_patch.rb:35:in `all_with_products'
plugins/redmine_dmsf/lib/redmine_dmsf/patches/notifiable_patch.rb:37:in `all'
app/controllers/settings_controller.rb:37:in `edit'
app/controllers/settings_controller.rb:32:in `index'
lib/redmine/sudo_mode.rb:61:in `sudo_mode'

Fixes: 648bed2 ("Adminstration-settings cannot open after dmsf installed #1506")
Fixes #1537
Related to #1506

With redmine_products (and its dependency redmine_contacts) installed,
SystemStackError occurs when going to administrative settings:

	I, [2024-07-18T20:22:39.380403 danmunn#1]  INFO -- : Started GET "/settings" for 172.17.0.1 at 2024-07-18 20:22:39 +0000
	I, [2024-07-18T20:22:39.381060 danmunn#1]  INFO -- : Processing by SettingsController#index as HTML
	I, [2024-07-18T20:22:39.384106 danmunn#1]  INFO -- :   Current user: admin (id=1)
	I, [2024-07-18T20:22:39.396807 danmunn#1]  INFO -- : Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.4ms | Allocations: 11130)
	F, [2024-07-18T20:22:39.532960 danmunn#1] FATAL -- :
	SystemStackError (stack level too deep):

	plugins/redmine_products/lib/redmine_products/patches/notifiable_patch.rb:35:in `all_with_products'
	plugins/redmine_dmsf/lib/redmine_dmsf/patches/notifiable_patch.rb:37:in `all'
	...
	plugins/redmine_products/lib/redmine_products/patches/notifiable_patch.rb:35:in `all_with_products'
	plugins/redmine_dmsf/lib/redmine_dmsf/patches/notifiable_patch.rb:37:in `all'
	app/controllers/settings_controller.rb:37:in `edit'
	app/controllers/settings_controller.rb:32:in `index'
	lib/redmine/sudo_mode.rb:61:in `sudo_mode'

Fixes: 648bed2 ("Adminstration-settings cannot open after dmsf installed danmunn#1506")
Fixes danmunn#1537
Related to danmunn#1506
@picman picman self-requested a review July 19, 2024 08:05
@picman picman added this to the 3.2.0 milestone Jul 19, 2024
@picman picman merged commit 18301d2 into danmunn:devel Jul 19, 2024
3 checks passed
@picman
Copy link
Collaborator

picman commented Jul 19, 2024

Excellent. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants