Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8ae2bc4f

Von Sven Schöling vor mehr als 11 Jahren hinzugefügt

  • ID 8ae2bc4fb4c72f3ac907a3e47c0cbd5da23f62c5
  • Vorgänger d29ecc8b
  • Nachfolger 169357af

cleanup nach jedem import

Unterschiede anzeigen:

SL/Controller/CsvImport.pm
38 38
__PACKAGE__->run_before('check_type', except => [ qw(report) ]);
39 39
__PACKAGE__->run_before('load_all_profiles');
40 40

  
41
__PACKAGE__->run_after('cleanup_reports');
42

  
41 43
#
42 44
# actions
43 45
#
......
462 464
}
463 465

  
464 466

  
467
sub cleanup_reports {
468
  SL::DB::Manager::CsvImportReport->cleanup;
469
}
470

  
465 471
1;

Auch abrufbar als: Unified diff