Edgewall Software

Changes between Initial Version and Version 2 of Ticket #7267


Ignore:
Timestamp:
May 25, 2008, 4:14:37 PM (16 years ago)
Author:
Christian Boos
Comment:

Oh, you're completely right, this has been overlooked when cleaning up the #216 patch.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7267

    • Property Milestone0.11
  • Ticket #7267 – Description

    initial v2  
    1 
    21
    32[6901] has added pagination handling for report. From looking at the code, it adds data attributes ('page', 'limit', 'num_rows', as well as 'asc', 'sort', 'USER') to the class "ReportModule" (see source:/trunk/trac/ticket/report.py@6901#L25 ) . But, AFAIK, only one instance of each "Component" class (of which ReportModule inherits) is shared across all user requests, so I believe that these attributes will be shared across users. Or maybe I'm reading the code wrong...