Fix comment edit method [SCI_6054]

This commit is contained in:
Martin Artnik 2021-09-30 14:12:12 +02:00
parent f68d724202
commit bf96f71531

View file

@ -76,7 +76,7 @@ module CommentHelper
when 'TaskComment'
can_manage_my_module_comment?(comment)
when 'StepComment'
can_manage_my_module_step_comment?(comment)
can_update_comment_in_my_module_step?(comment)
when 'ResultComment'
can_manage_result_comment?(comment.becomes(Comment))
when 'ProjectComment'