Project

General

Profile

Bug #421

Updated by liaham almost 4 years ago

The error occurs when saving the project setting for synchronisation and trying to leave the setting page. 

 Global plugin settings are empty!  

 The error stack is: 

 ``` shell 
 plugins/redmine_issue_sync/app/validators/custom_field_value_validator.rb:16:in `valid?' 
 plugins/redmine_issue_sync/app/validators/custom_field_value_validator.rb:7:in `validate_each' 
 plugins/redmine_issue_sync/app/controllers/sync_issues_controller.rb:67:in `settings' 
 lib/redmine/sudo_mode.rb:61:in `sudo_mode' 
 plugins/redmine_dmsf/lib/redmine_dmsf/webdav/custom_middleware.rb:56:in `call' 
 ``` 

Back