Revision 8ae2bc4f
Von Sven Schöling vor fast 12 Jahren hinzugefügt
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
cleanup nach jedem import