Disable HTML fields validation on Vulnerability model
What does this MR do and why?
This MR disables length validation on title_html
and description_html
. It appears that Vulnerability
is the only model out of all the Issuable models that performs those checks. This sometimes breaks our functionality.
Ideally we should discuss and either have all Issueable models perform this validation or rely only on the title
and description
length validations.
Related to #427070 (closed)
Edited by Michał Zając