
noreply at github
Nov 10, 2009, 9:13 PM
Post #1 of 1
(570 views)
Permalink
|
|
[bricoleurs/bricolage] 6c03ba: Fix element type pagination bug
|
|
Branch: refs/heads/rev_1_10 Home: http://github.com/bricoleurs/bricolage Commit: 6c03ba31b0daff2a9b022848021840a320598c7e http://github.com/bricoleurs/bricolage/commit/6c03ba31b0daff2a9b022848021840a320598c7e Author: David E. Wheeler <david [at] justatheory> Date: 2009-11-10 (Tue, 10 Nov 2009) Changed paths: M lib/Bric/Biz/ElementType.pm M lib/Bric/Changes.pod M t/Bric/Biz/ElementType/DevTest.pm Log Message: ----------- Fix element type pagination bug Paginated results in the element type manager no longer lose top-level element type results when clicking the links for subsequent pages. Fixed by preventing the `list()` method of Bric::Biz::ElementType from modifying the parameter hash passed to it, as the modification was persisting in the list manager's state. Thanks to Aaron Fuleki for the report and for making the Denison available to diagnose the problem. [#102 state:resolved]
|