Search found 1 match

by epninety
12 Jun 2011, 13:03
Forum: Customizations
Topic: Making Fields Required
Replies: 14
Views: 33170

Re: Making Fields Required

Tried to use the solution posted by jcrespo

I had to make a couple of changes, to get the behaviour I wanted...

To get correct checking of the empty field, changed to the following, at the start of the 'validate' function in bug_api.php

if ( is_blank( $this->version) ) {
error_parameters ...