Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0021910Openbravo ERPA. Platformpublic2012-10-11 12:022012-10-16 09:45
ngarcia 
AugustoMauch 
urgentmajoralways
closedfixed 
5
 
3.0MP173.0MP17 
Core
Production - QA Approved
2012-09-07
https://code.openbravo.com/erp/devel/pi/rev/d719d893fa76930495cfca884a31d15b1dfdc0d9 [^]
yes
0021910: 'Show all' link of widgets only shows 76 registries
'Show all' link of widgets only shows 76 registries
As system admin role:
   Create a Widget
      Widget Superclass: Query/List
   In the Query tab:
      HQL: select documentNo as n from Invoice
   In the Column tab:
      Display Column Alias: n
      Reference: String
      Include In: Widget view
As group admin role:
   Add the widget to the workspace
      Number of rows: 5
      Show all data: NO
   Check that Showing 5 of X rows where X is greater than 76
   Navigate through the Show all link
   Realize that only 76 registries are shown
   
   
No tags attached.
Issue History
2012-10-11 12:02ngarciaNew Issue
2012-10-11 12:02ngarciaAssigned To => AugustoMauch
2012-10-11 12:02ngarciaModules => Core
2012-10-11 12:02ngarciaResolution time => 1355526000
2012-10-11 12:04ngarciaIssue Monitored: networkb
2012-10-11 17:31AugustoMauchRegression level => Production - QA Approved
2012-10-11 17:31AugustoMauchRegression date => 2012-09-07
2012-10-11 17:31AugustoMauchRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/d719d893fa76930495cfca884a31d15b1dfdc0d9 [^]
2012-10-11 17:37AugustoMauchIssue Monitored: shankarb
2012-10-11 17:37AugustoMauchReview Assigned To => shankarb
2012-10-11 17:38hgbotCheckin
2012-10-11 17:38hgbotNote Added: 0053317
2012-10-11 17:38hgbotStatusnew => resolved
2012-10-11 17:38hgbotResolutionopen => fixed
2012-10-11 17:38hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/ebea3541b581cfd2d5ba3c5645af8a1db1c3c3e9 [^]
2012-10-13 15:50hudsonbotCheckin
2012-10-13 15:50hudsonbotNote Added: 0053333
2012-10-16 09:45shankarbNote Added: 0053366
2012-10-16 09:45shankarbStatusresolved => closed
2012-10-16 09:45shankarbFixed in Version => 3.0MP17

Notes
(0053317)
hgbot   
2012-10-11 17:38   
Repository: erp/devel/pi
Changeset: ebea3541b581cfd2d5ba3c5645af8a1db1c3c3e9
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Thu Oct 11 17:36:43 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/ebea3541b581cfd2d5ba3c5645af8a1db1c3c3e9 [^]

Fixes issue 21910: When a widget is opened in a window it shows all its records

This issue was caused by the fix of the issue 16622. In that issue the ReadOnlyDataSourceServeld was changed so that it kept count of the number of records if the NOCOUNT parameter was set to 'false', as it was done with other datasources. In this case, in order not to break existing calls to the datasource, the count will only be prevented if the parameter is set to 'true', so if the parameter does not have any value (as it is in this scenario of the issue), the count will be done.

---
M modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/ReadOnlyDataSourceService.java
---
(0053333)
hudsonbot   
2012-10-13 15:50   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/99e438a6f972 [^]

Maturity status: Test
(0053366)
shankarb   
2012-10-16 09:45   
Code verified in changeset 9cd004664cde