Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision fec23589

Von Moritz Bunkus vor mehr als 7 Jahren hinzugefügt

Wiedervorlagenbericht: Filter »erstellt für« gefixt

Das Filterkriterium wurde gar nicht ausgewertet.

Unterschiede anzeigen:

SL/FU.pm
246 246
    $where .= qq| AND (date_trunc('DAY', fu.itime) <= ?)|;
247 247
    push @values, conv_date($params{itime_to});
248 248
  }
249
  if ($params{created_for}) {
250
    $where .= qq| AND fu.created_for_user = ?|;
251
    push @values, conv_i($params{created_for});
252
  }
249 253

  
250 254
  if ($params{all_users}) {
251 255
    $where_user = qq|OR (fu.created_by IN (SELECT DISTINCT what FROM follow_up_access WHERE who = ?))|;

Auch abrufbar als: Unified diff