Defect #9894
closedIssue category is not created for the project if we try to create it via ajax on adding new issue page.
0%
Description
Issue category is not created for the project if we try to create it via ajax on adding new issue page.
When we click on plus icon to add a new category, specify category name, click on the OK button, the dialog closes w/o adding a new category for the project.
Everything is tested with Administrative privileges. But the process works if we add new category through Project -> Settings -> Issue categories tab.
Updated by Y Z almost 13 years ago
About your application's environment
Ruby version 1.8.7 (x86_64-linux)
RubyGems version 1.3.7
Rack version 1.1
Rails version 2.3.14
Active Record version 2.3.14
Active Resource version 2.3.14
Action Mailer version 2.3.14
Active Support version 2.3.14
Environment production
Database adapter mysql
Database schema version 20110902000000
Updated by Etienne Massip almost 13 years ago
- Status changed from New to Closed
- Resolution set to Cant reproduce
Can't reproduce on m.redmine.org with 1.3.0 stable, could be a setup issue (can you add a related issue to an issue?) or a plugin issue?
You should also check your production.log
file.
Updated by Y Z almost 13 years ago
Found a cause. There is a plugin called "fields permissions" http://www.redmine.org/plugins/redmine_fields_permissions, it breaks almost all features designed through _attributes view.