|
Date: 1/9/2007 9:00 pm · Subject: Paginator: addDataByArrayRef off by one error · Rating: 3
WebGUI::Paginator has an off by one error when using an array ref as the data source, it uses the index of the last element as the number of rows. This throws off the rowCount and page calculations. The following Assets and Operations are affected by this bug: - Operation::Group
- List of groups to manage when the user is a Group Admin
- Operation::ActiveSessions
- Operation::Commerce
- List pending transactions
- Operation::LoginHistory
- Operation::LDAPLink
- Asset::Wobject::Search
- Asset::Wobject::Article
- Asset::Wobject::WSClient
- Paginating cached SOAP data
- Asset::Wobject::Calendar
- Paginating search results
- Asset::Wobject::EMS
- Paginating search results
|