Project

General

Profile

Actions

Defect #17944

closed

Helper hook doesn't change object attributes

Added by Ilya S over 9 years ago. Updated 8 months ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Plugin API
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

module RedmineIssueChecklist::Hooks
  class Hooks < Redmine::Hook::ViewListener
    def helper_issues_show_detail_after_setting(context={})
      context[:value] = 'test'
    end
  end
end

then check value in issues_helper.rb and get nil or something other, but not 'test'

Actions

Also available in: Atom PDF