Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 2.5.1

Bug #20569 extraVars not used when append=false
Submitted: 2015-07-10 14:56 UTC
From: jonez Assigned:
Status: Open Package: Pager (version 2.4.9)
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 12 + 46 = ?

 
 [2015-07-10 14:56 UTC] jonez (Jeff MacDonald)
Description: ------------ I'd like to have a url like "/summary-1?var=foo&baz=bing" which should give me page 1 with two extraVars appended, however this does not work because extraVars is ignored when append=false (which I need to have a %d replaced by the page number in the above example)

Comments

 [2015-07-10 14:58 UTC] cweiske (Christian Weiske)
Related to, but in my eyes not the same as #9136. extraVars should be used, regardless of the append setting.