Patch #8768
Edit comments for a certain time
Status: | New | Start date: | 2011-07-08 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Permissions and roles | |||
Target version: | - |
Description
Hello,
It's a 'monkey patch', but it's helpful for me. And I think - not only for me.
I changed 'render_notes' in 'journals_helper.rb'. If user have only permissions 'edit_own_issue_notes' - he's can do it only into 4 hours after comment's creation. After this time user with this permission's can't change his comment.
History
#1
Updated by Alex Shulgin over 11 years ago
And... what about the check in controller? Your patch won't show the link after 4 hours, but the controller will still permit the update action.
#2
Updated by Alexander Kulemin over 11 years ago
Yes. :) But I don't know, how user can change his comment without this link?
Of course, it is better to fix.
#3
Updated by Alexander Kulemin over 11 years ago
Part 2 - for controller.