details:   /erp/devel/pi/rev/58227be84239
changeset: 7863:58227be84239
user:      Iván Perdomo <ivan.perdomo <at> openbravo.com>
date:      Mon Jul 12 12:54:36 2010 +0200
summary:   Fixes issue 13942: Added blank value as allowed value for the 
parameter
The blank value is passed for a request parameter when posting data from the
popup window to the servlet. The functionality remains the same.

diffstat:

 src/org/openbravo/erpCommon/ad_process/TestHeartbeat.java |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r afcefb4a5f98 -r 58227be84239 
src/org/openbravo/erpCommon/ad_process/TestHeartbeat.java
--- a/src/org/openbravo/erpCommon/ad_process/TestHeartbeat.java Mon Jul 12 
08:04:00 2010 +0200
+++ b/src/org/openbravo/erpCommon/ad_process/TestHeartbeat.java Mon Jul 12 
12:54:36 2010 +0200
@@ -59,7 +59,7 @@
   private static final String SystemInfomation_ID = "0";
   private static final String EVERY_N_DAYS = "N";
   private static final String SCHEDULE = "S";
-  private static final ValueListFilter activeFilter = new ValueListFilter("Y", 
"N");
+  private static final ValueListFilter activeFilter = new ValueListFilter("", 
"Y", "N");
 
   @Override
   public void doPost(HttpServletRequest request, HttpServletResponse response)

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to