Defect #34922
openReload whole time entries form on project change
0%
Description
Currently parts of the time entries form is reloaded when changing the project/project id, see source:/trunk/app/views/timelog/_form.html.erb@20821#L41
This however does not change and restore custom fields for example for time entries.
We think this should be changed to reload the whole time entries form similar to what is done for issue forms, see source:/trunk/app/views/issues/_form.html.erb@20821#L15
Do you think this would be a good addition to Redmine or should this be done another way?
Files
Updated by Go MAEDA almost 3 years ago
- Status changed from New to Confirmed
I have confirmed the issue. The steps to reproduce is the follows:
1. Create a project and add a user as a member of the project. Let's say this project as P1 the user's role in the project P1 as R1
2. Create another project and add the user as a member with another role. Let's say this project as P2 and the role as R2
3. Create a Spent time custom field and set the visibility of the custom field to only the role R1
4. Sign in as the user and navigate to the project P1. And then log time
5. Click "Edit" of the newly created time entry. You will see the custom field on the form
6. Change the project from P1 to P2 on the form. The custom field should disappear because the user's role in the project P2 is R2 and the custom field is not visible to the role R2. Actually, it does not disappear
Updated by Yuichi HARADA almost 3 years ago
- File 34922.patch 34922.patch added
Felix Schäfer wrote:
We think this should be changed to reload the whole time entries form similar to what is done for issue forms, see source:/trunk/app/views/issues/_form.html.erb@20821#L15
Do you think this would be a good addition to Redmine or should this be done another way?
I created the patch with reference to source:/trunk/app/views/issues/_form.html.erb@20821#L15.
Updated by Go MAEDA over 2 years ago
- Target version set to Candidate for next major release