Defect #41247
openFields permission
0%
Description
It is not working for "Fields permission" on Custom fields.
in the menu "Fields permission",
I was changed to "read-only" for some roles, but the user can edit the field.
Environment:
Redmine version 5.1.2.stable
Ruby version 3.2.4-p170 (2024-04-23) [x86_64-linux]
Rails version 6.1.7.7
Environment production
Database adapter Mysql2
Mailer queue ActiveJob::QueueAdapters::AsyncAdapter
Mailer delivery smtp
Updated by Holger Just 2 months ago
- Subject changed from Filelds permission to Fields permission
- Status changed from New to Needs feedback
Redmine applies the most-open rules for fields permissions to users.
If a user has multiple roles in a project, they can edit the field if any of the roles allows editing the field. Similarly, they can leave the field unset if any of the user's roles does not enforce the field to be required.
Please check all of the roles for the user in the project. If you still observe the issue, please provide detailed information about the roles of the user in the project, details about the fields permission settings for all of these roles, as well as details about the specific issue (given that the permissions are specific to a specific tracker and status).