Defect #36593
closed
+1
Thanks for reporting the problem and for sharing the code.
I was able to reproduce the problem.
Here are the steps to reproduce the problem.
bundle exec rake db:fixtures:load
- Log in as admin user
- Custom fields » Projects » New custom field
- ✓ required
- ✓ to these roles only: Manager
- Log in as jsmith user
- New project => save
- The error message "Test cannot be blank" is displayed.
In https://github.com/redmine/redmine/pull/135 , a pull request is proposed to skip the validation of required custom fields when a user who does not have permission to see them tries to create a project.
The same mechanism is already implemented in Issue, so I think it's good to add this pull request code to Redmine.
Issue: https://github.com/redmine/redmine/blob/eb868ad9324e65942e8ad0ccd0a035d801a93864/app/models/issue.rb#L833
- Category set to Projects
- Status changed from New to Confirmed
- Target version set to Candidate for next minor release
- Assignee set to Marius BĂLTEANU
- Subject changed from unexpected behavior when a user create a project with required custom field to Unexpected behavior when a user create a project with required custom field
- Target version changed from Candidate for next minor release to 4.1.7
- Status changed from Confirmed to Resolved
- Subject changed from Unexpected behavior when a user create a project with required custom field to User without permissions to view required project custom fields cannot create new projects
- Status changed from Resolved to Closed
- Resolution set to Fixed
Also available in: Atom
PDF