Changeset 2019


Ignore:
Timestamp:
05/04/17 13:16:02 (7 years ago)
Author:
nanardon
Message:

Don't check format on search =*

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Bases/Sql/objects.pm

    r1974 r2019  
    970970 
    971971        # Invalid filter due to impossible value: 
    972         if ($operator ne '~' && !($operator eq '=' && $val eq 'NULL')) { 
     972        if ($operator ne '~' && !($operator eq '=' && ($val eq 'NULL' || $val eq '*'))) { 
    973973            if (!$attribute->checkinputformat($val)) { 
    974974                $base->log(LA_ERR, "Invalid format value $val for attribute $attr"); 
Note: See TracChangeset for help on using the changeset viewer.