EPrints Technical Mailing List Archive
Message: #03583
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
[EP-tech] Re: Add validation only for certain item types?
- To: "eprints-tech@ecs.soton.ac.uk" <eprints-tech@ecs.soton.ac.uk>
- Subject: [EP-tech] Re: Add validation only for certain item types?
- From: Mark Gregson <mark.gregson@qut.edu.au>
- Date: Wed, 5 Nov 2014 23:24:55 +0000
How about something like: if ( $eprint->get_value( ‘type’ ) eq ‘book’ ) { # do some validation … } Cheers Mark Mark Gregson
| Applications and Development Team Leader From: eprints-tech-bounces@ecs.soton.ac.uk
[mailto:eprints-tech-bounces@ecs.soton.ac.uk] On Behalf Of Eliseo Gatchalian Hi All, I’m just wondering if anyone has added or know how to activate this validation only for certain item types? From eprint_validate.pl: ****** $c->{validate_eprint} = sub my ( $eprint, $session, $for_archive ) = @_; my @problems = (); # If we don’t have creators (eg. For a book) then we # must have editor(s). To disable that rule, remove the # following block. if( !$eprints->is_set( “creators” ) && !$= $eprints->is_set( “editors” ) ) my $fieldname = $session->make_element( “span”, class=>”ep_problem_field:creators” ); push @problems, $session->html_phrase ( “validate:need_creators_or_editors”, fieldname=>$fieldname ); return( @problems ); }; ********* Thanks guys! Best regards, Ellis
This electronic mail transmission is intended for the named recipients only. It may contain private and confidential information. If this has come to you in error
you must take no action based upon it, nor must you copy it or show it to anyone; please telephone or email the sender at Wintec immediately and return the original email. We cannot accept any liability for any loss or damage sustained as a result of software
viruses. It is your responsibility to carry out such virus checking as is necessary before opening any attachment which may be included with this message. |
- References:
- [EP-tech] Add validation only for certain item types?
- From: Eliseo Gatchalian <Eliseo.Gatchalian@wintec.ac.nz>
- [EP-tech] Add validation only for certain item types?
- Prev by Date: [EP-tech] simple search preamble phrase not displaying on the user interface
- Next by Date: [EP-tech] Re: simple search preamble phrase not displaying on the user interface
- Previous by thread: [EP-tech] Add validation only for certain item types?
- Next by thread: [EP-tech] simple search preamble phrase not displaying on the user interface
- Index(es):