Commit 8149a906 authored by David Lawrence's avatar David Lawrence

Bug 989633 - Unable to change content type using Bug.update_attachment if…

Bug 989633 - Unable to change content type using Bug.update_attachment if attachment previously set to is_patch = 1 r=glob,a=justdave
parent 1f20953a
......@@ -98,7 +98,8 @@ use constant VALIDATORS => {
};
use constant VALIDATOR_DEPENDENCIES => {
mimetype => ['ispatch'],
content_type => ['ispatch'],
mimetype => ['ispatch'],
};
use constant UPDATE_VALIDATORS => {
......
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