<div dir="ltr"><div><div>Excellent, now I can take that off the todo-list. :-)<br><br></div>/Søren<br></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 10, 2015 at 11:31 PM, Andrew Shadura <span dir="ltr"><<a href="mailto:andrew@shadura.me" target="_blank">andrew@shadura.me</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"># HG changeset patch<br>
# User Andrew Shadura <<a href="mailto:andrew@shadura.me" target="_blank">andrew@shadura.me</a>><br>
# Date 1441920590 -7200<br>
#      Thu Sep 10 23:29:50 2015 +0200<br>
# Node ID 7a3677a677e363e5ce1184f2451c73c26c100ad1<br>
# Parent  c9bb2d6186ba8b86a2a0695bc90ac8c8009e420c<br>
notifications: ensure paginator's links remain correct after Mark All Read<br>
<br>
Paginator is loaded together with the dynamic page content, so when it's<br>
generated, a wrong URL may be used for its links.<br>
<br>
diff --git a/kallithea/templates/admin/notifications/notifications_data.html b/kallithea/templates/admin/notifications/notifications_data.html<br>
--- a/kallithea/templates/admin/notifications/notifications_data.html<br>
+++ b/kallithea/templates/admin/notifications/notifications_data.html<br>
@@ -32,7 +32,7 @@ unread = lambda n:{False:'unread'}.get(n<br>
<br>
 <div class="notification-paginator"><br>
   <div class="pagination-wh pagination-left"><br>
-  ${c.notifications.pager('$link_previous ~2~ $link_next',**request.GET.mixed())}<br>
+  ${c.notifications.pager('$link_previous ~2~ $link_next',controller='admin/notifications',**request.GET.mixed())}<br>
   </div><br>
 </div><br>
<br>
_______________________________________________<br>
kallithea-general mailing list<br>
<a href="mailto:kallithea-general@sfconservancy.org" target="_blank">kallithea-general@sfconservancy.org</a><br>
<a href="http://lists.sfconservancy.org/mailman/listinfo/kallithea-general" rel="noreferrer" target="_blank">http://lists.sfconservancy.org/mailman/listinfo/kallithea-general</a><br>
</blockquote></div><br></div></div></div></div>