#28 — subscribers list multi page navigation doesn't work

by Giovanni Grazia last modified Apr 28, 2011 10:44 AM
State Unconfirmed
Version:
Area Functionality
Issue type Bug
Severity Medium
Submitted by Giovanni Grazia
Submitted on Apr 28, 2011
Responsible
Target release:
In the page that lists all subscribers
 
  http://mysite/myENL/enl_subscribers_view

I can see the first 30 subscriber but the link to the next pages doesn't work.

The link is in the form:
  http://mysite/myENL/?b_start:int=30&-C=

It clearly lacks the name of the page template: if I add it manually, like this:

  http://mysite/myENL/enl_subscribers_view?b_start:int=30&-C=

it works.

A workaround I found for this is to add this line

  template_id string:enl_subscribers_view;

in the tal:define section of the file enl_subscribers_view.pt

But I'm not sure this is a totally correct solution...



Steps to reproduce:
Plone 3.2.2
EasyNewsletter 2.5.9

No responses can be added.