Revision 3853300c
Von Bernd Bleßmann vor etwa 9 Jahren hinzugefügt
templates/webpages/csv_import/_deferred_report.html | ||
---|---|---|
19 | 19 |
} |
20 | 20 |
|
21 | 21 |
$(document).ready(function(){ |
22 |
get_report('#csv_import_report', 'controller.pl', { action: 'CsvImport/report', 'no_layout': 1, 'id': [% SELF.background_job.data_as_hash.report_id %] }); |
|
22 |
[%- IF SELF.background_job.data_as_hash.report_id %] |
|
23 |
get_report('#csv_import_report', 'controller.pl', { action: 'CsvImport/report', 'no_layout': 1, 'id': [% SELF.background_job.data_as_hash.report_id %] }); |
|
24 |
[%- END %] |
|
23 | 25 |
}); |
24 | 26 |
|
25 | 27 |
|
Auch abrufbar als: Unified diff
Csv-Import: Report nicht laden, wenn keine Report-Id vorhanden ist.
Eine nicht vorhandene Report-Id führte vorher zu einem Syntax-Fehler im
Template, was wiederum dazu führte, dass der Spinner nicht aufhörte zu spinnen.