details:   /erp/devel/pi/rev/79b8e2721518
changeset: 13121:79b8e2721518
user:      Asier Lostalé <asier.lostale <at> openbravo.com>
date:      Thu Jul 07 07:56:38 2011 +0200
summary:   fixed bug 17925: Navigation to blank tab having inactive records

diffstat:

 
modules/org.openbravo.service.json/src/org/openbravo/service/json/DataEntityQueryService.java
 |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r ac90774eb75c -r 79b8e2721518 
modules/org.openbravo.service.json/src/org/openbravo/service/json/DataEntityQueryService.java
--- 
a/modules/org.openbravo.service.json/src/org/openbravo/service/json/DataEntityQueryService.java
     Wed Jul 06 20:40:43 2011 +0200
+++ 
b/modules/org.openbravo.service.json/src/org/openbravo/service/json/DataEntityQueryService.java
     Thu Jul 07 07:56:38 2011 +0200
@@ -142,6 +142,7 @@
     if (queryBuilder.hasOrganizationParameter()) {
       obq.setFilterOnReadableOrganization(false);
     }
+    obq.setFilterOnActive(isFilterOnActive());
 
     obq.setNamedParameters(queryBuilder.getNamedParameters());
 

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to