Author: hqm
Date: 2007-09-01 18:59:49 -0700 (Sat, 01 Sep 2007)
New Revision: 6326

Modified:
   openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/data/LzDataset.lzs
Log:
Summary:  unlink request attribute and autorequest attribute on dataset

New Features:

Bugs Fixed: LPP-4630
Bugs: LPP-4630

Technical Reviewer: pkang (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:

There doesn't seem to be any good reason for setAutorequest to call
setRequest. The user
can set them indepenndently in any combination  they want using the two setters.


Tests:

test/lfc/data/alldata.lzx

 


Modified: openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/data/LzDataset.lzs
===================================================================
--- openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/data/LzDataset.lzs   
2007-09-02 01:25:09 UTC (rev 6325)
+++ openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/data/LzDataset.lzs   
2007-09-02 01:59:49 UTC (rev 6326)
@@ -682,7 +682,6 @@
   */
 function setAutorequest(b) {
     this.autorequest = b;
-    this.setRequest( b );
 }
 
 /**


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to