Search found 1 match

by margarf
17 Jun 2010, 10:57
Forum: Help
Topic: How can I make standard fields required
Replies: 10
Views: 6304

Re: How can I make standard fields required

Hi, I put target_version as a required field ant its works. After lines referenced to summary and description and I add this:

if( $p_update_extended ) {
< # target_version field cannot be empty
< if( is_blank( $this->target_version ) ) {
< error_parameters( lang_get( 'target_version ...