Hintergrundjobverlauf: Callback richtig setzen
authorMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 24 Sep 2015 09:00:06 +0000 (11:00 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 24 Sep 2015 09:43:28 +0000 (11:43 +0200)
templates/webpages/background_job_history/list.html

index 2f251e2..0296274 100644 (file)
@@ -27,7 +27,7 @@
   [%- FOREACH entry = ENTRIES %]
   <tr class="listrow[% loop.count % 2 %]" id="background_job_history_id_[% entry.id %]">
    <td>
-    <a href="[% SELF.url_for(action => 'show', id => entry.id, back_to => SELF.get_callback) %]">
+    <a href="[% SELF.url_for(action => 'show', id => entry.id, back_to => SELF.models.get_callback) %]">
      [%- HTML.escape(entry.package_name) %]
     </a>
    </td>