[Laszlo-checkins] r11961 - openlaszlo/trunk/WEB-INF/lps/lfc/data

hqm@openlaszlo.org hqm at openlaszlo.org
Tue Dec 2 09:37:53 PST 2008


Author: hqm
Date: 2008-12-02 09:37:51 -0800 (Tue, 02 Dec 2008)
New Revision: 11961

Modified:
   openlaszlo/trunk/WEB-INF/lps/lfc/data/LzDatapath.lzs
Log:
Change 20081202-hqm-r by hqm at badtzmaru.home on 2008-12-02 09:45:15 EST
    in /Users/hqm/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: fix lz.datapath sortorder schema type

New Features:

Bugs Fixed: LPP-7422, LPP-7424

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

Documentation:

Release Notes:

Details:

+ Type should be 'string', default to 'ascending'

Tests:

test case in LPP-7422
smokecheck swf9



Modified: openlaszlo/trunk/WEB-INF/lps/lfc/data/LzDatapath.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/data/LzDatapath.lzs	2008-12-02 15:07:04 UTC (rev 11960)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/data/LzDatapath.lzs	2008-12-02 17:37:51 UTC (rev 11961)
@@ -220,9 +220,9 @@
  * ...)</code>.
  *
  * @type String|Function
- * @lzxtype expression
+ * @lzxtype string
  */
-var sortorder :*;
+var sortorder :* = "ascending";
 /** @access private */
 function $lzc$set_sortorder( comparator:* ) :void {
   this.setComparator(comparator);



More information about the Laszlo-checkins mailing list