Changeset 1411 for extensions


Ignore:
Timestamp:
Oct 19, 2011, 11:33:06 AM (12 years ago)
Author:
Martin Svensson
Message:

References #317. Inconsistency when comparing the sampling date and the rna-later date is now fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.reggie/trunk/resources/specimentube.jsp

    r1409 r1411  
    735735        if (rnaLaterTimestamp.getDate() != samplingTimestamp.getDate())
    736736        {
    737           setInputStatus('rnaLaterDate', 'Sampling and RNA later dates are different', 'warning');
     737          setInputStatus('rnaLaterDate', 'Sampling and RNA later dates are different', 'invalid');
    738738          return;
    739739        }
Note: See TracChangeset for help on using the changeset viewer.