Commit 5d7fe966 authored by Max Kanat-Alexander's avatar Max Kanat-Alexander

Bug 574566: Add "reporter" to OPERATOR_FIELD_OVERRIDE (it was missing)

r=timello, a=mkanat
parent 0d39e7b4
...@@ -101,6 +101,9 @@ use constant OPERATOR_FIELD_OVERRIDE => { ...@@ -101,6 +101,9 @@ use constant OPERATOR_FIELD_OVERRIDE => {
commenter => { commenter => {
_default => \&_commenter, _default => \&_commenter,
}, },
reporter => {
_non_changed => \&_assigned_to_reporter_nonchanged,
},
'requestees.login_name' => { 'requestees.login_name' => {
_default => \&_requestees_login_name, _default => \&_requestees_login_name,
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment