Hintergrundjob: Link zum Verlauf anzeigen
authorMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 3 Nov 2014 08:51:50 +0000 (09:51 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 3 Nov 2014 08:53:25 +0000 (09:53 +0100)
locale/de/all
templates/webpages/background_job/form.html

index ec5b713..0bddddf 100755 (executable)
@@ -2187,6 +2187,7 @@ $self->{texts} = {
   'Show fields used for the best before date?' => 'Felder zur Eingabe des Mindesthaltbarkeitsdatums anzeigen?',
   'Show follow ups...'          => 'Zeige Wiedervorlagen...',
   'Show help text'              => 'Hilfetext anzeigen',
+  'Show history'                => 'Verlauf anzeigen',
   'Show items from invoices individually' => 'Artikel aus Rechnungen anzeigen',
   'Show old dunnings'           => 'Alte Mahnungen anzeigen',
   'Show overdue sales quotations and requests for quotations...' => 'Überfällige Angebote und Preisanfragen anzeigen...',
index 5e02ea1..81bf0e7 100644 (file)
@@ -51,5 +51,8 @@
     [% L.submit_tag("action_save_and_execute", LxERP.t8("Save and execute")) %]
    [%- END %]
    <a href="[% SELF.url_for(action => 'list') %]">[%- LxERP.t8('Abort') %]</a>
+   [%- IF SELF.background_job.id %]
+    <a href="[% SELF.url_for(controller='BackgroundJobHistory', action='list', 'filter.package_name:substr::ilike'=SELF.background_job.package_name) %]">[%- LxERP.t8('Show history') %]</a>
+   [%- END %]
   </p>
  </form>