Defect #9405
Any user with :log_time permission can edit time entries via context menu
Status: | Closed | Start date: | 2011-10-11 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Time tracking | |||
Target version: | 1.2.3 | |||
Resolution: | Fixed | Affected version: |
Description
In Redmine 1.2.0 or later any user can edit any time entries via context menu.
Example url: http://redmine/projects/testproject/time_entries and click right mouse button on any time entries.
img1.png - user have permission to edit any time entries
img2-4.png - user edit time entries without permission on it.
As you can see, user with permissions have icons for edit time report, but user without permissions can do this via context menu anyway.
PS: I set high priority to ticket. I think, this serious defect?
Related issues
Associated revisions
Fixed that :view_time_entries permission allows time entry editing (#9405).
Fixed that :edit_time_entries permission allows creating time entries (#9405).
Fixed time entries context menu display according permissions (#9405).
Fixed: log time form not displayed on issue edit with :log_time permission only (#9405).
History
#1
Updated by Etienne Massip over 10 years ago
- Category set to Time tracking
#2
Updated by Mischa The Evil over 10 years ago
- Priority changed from High to Normal
I'm not able to reproduce this issue with source:/trunk@7623.
Are you sure that you were not testing this with an account configured as an administrator?
#3
Updated by Toshi MARUYAMA over 10 years ago
- Priority changed from Normal to High
I can reproduce.
#4
Updated by Toshi MARUYAMA over 10 years ago
This line has a bug.
source:trunk/app/controllers/context_menus_controller.rb#L54
#5
Updated by Etienne Massip over 10 years ago
- Target version set to Candidate for next minor release
#6
Updated by Mischa The Evil over 10 years ago
Ahh, I see... Thanks for your clarification on this Toshi. I was testing with an account that did not had the :log_time
permission at all :-/
#7
Updated by Jean-Philippe Lang over 10 years ago
- Target version changed from Candidate for next minor release to 1.2.3
#8
Updated by Jean-Philippe Lang over 10 years ago
- Status changed from New to Resolved
See related commits.
#9
Updated by Jean-Philippe Lang over 10 years ago
- Assignee set to Jean-Philippe Lang
#10
Updated by Jevgen Gyrynovych over 10 years ago
Now it work fine. Thanks.
#11
Updated by Jevgen Gyrynovych over 10 years ago
- File redmine.rb.patch
added
I find some problem after apply the patch - when user tried to update ticket(e.g. nuber_of_ticket/edit), he dont have access to "Log time".
It fix that problem.
#12
Updated by Jean-Philippe Lang over 10 years ago
I don't know what this patch is supposed to fix but :log_time
should not allow the user to edit time entries.
I fixed a last point in r7924 which may be related to your fix.
#13
Updated by Jean-Philippe Lang over 10 years ago
- Subject changed from any user can edit time entries via context menu to Any user with :log_time permission can edit time entries via context menu
- Status changed from Resolved to Closed
- Resolution set to Fixed
Merged in 1.2-stable.