Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 1ce5cf96

Von Bernd Bleßmann vor mehr als 3 Jahren hinzugefügt

  • ID 1ce5cf961108eb99167f37114d6a797d31ca23c5
  • Vorgänger e2bfda48
  • Nachfolger 3458a0c9

POD fix: Rose Syntax im Beispiel

Vergleichsoperatoren werden als Hash-Ref angegeben.

Unterschiede anzeigen:

SL/Controller/Helper/ParseFilter.pm
297 297

  
298 298
  query => [
299 299
    'customer.name'          => 'John Doe',
300
    'department.description' => [ ilike => '%Sales%' ],
301
    'orddate'                => [ lt    => DateTime->today ],
300
    'department.description' => { ilike => '%Sales%' },
301
    'orddate'                => { lt    => DateTime->today },
302 302
  ]
303 303

  
304 304
Unfortunately, if you specify them in your form as these strings, the form

Auch abrufbar als: Unified diff