[Laszlo-checkins] r6326 - openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/data

hqm@openlaszlo.org hqm at openlaszlo.org
Sat Sep 1 18:59:51 PDT 2007


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 );
 }
 
 /**



More information about the Laszlo-checkins mailing list