Commit e1f6b944 authored by Albert Ting's avatar Albert Ting Committed by David Lawrence

Bug 1253074 - get_legal_value doesn't work for target milestone

r=dkl
parent 57d04a5e
...@@ -53,10 +53,11 @@ use constant VALIDATORS => { ...@@ -53,10 +53,11 @@ use constant VALIDATORS => {
}; };
use constant CLASS_MAP => { use constant CLASS_MAP => {
bug_status => 'Bugzilla::Status', bug_status => 'Bugzilla::Status',
classification => 'Bugzilla::Classification', classification => 'Bugzilla::Classification',
component => 'Bugzilla::Component', component => 'Bugzilla::Component',
product => 'Bugzilla::Product', product => 'Bugzilla::Product',
target_milestone => 'Bugzilla::Milestone',
}; };
use constant DEFAULT_MAP => { use constant DEFAULT_MAP => {
......
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