[Laszlo-checkins] r5590 - openlaszlo/branches/legals/lps/components/base

jcrowley@openlaszlo.org jcrowley at openlaszlo.org
Wed Jul 4 23:49:46 PDT 2007


Author: jcrowley
Date: 2007-07-04 23:49:22 -0700 (Wed, 04 Jul 2007)
New Revision: 5590

Modified:
   openlaszlo/branches/legals/lps/components/base/basegridcolumn.lzx
Log:
Change 20070628-jcrowley-V by jcrowley at DoctorManhattan.local on 2007-06-28 23:13:59 EDT
    in /Users/jcrowley/src/svn/openlaszlo/legals-safe
    for http://svn.openlaszlo.org/openlaszlo/branches/legals

Summary: Contributor Fix:  Regression in "basegridcolumn#_getCellForColumn()"
	against 3.3.3

New Features:

Bugs Fixed: LPP-4081

Technical Reviewer: pbr
QA Reviewer: max
Doc Reviewer: 

Documentation:

Release Notes:

Details: Contributor fix from Andre Bargull.
    

Tests:



Modified: openlaszlo/branches/legals/lps/components/base/basegridcolumn.lzx
===================================================================
--- openlaszlo/branches/legals/lps/components/base/basegridcolumn.lzx	2007-07-05 06:43:34 UTC (rev 5589)
+++ openlaszlo/branches/legals/lps/components/base/basegridcolumn.lzx	2007-07-05 06:49:22 UTC (rev 5590)
@@ -104,7 +104,7 @@
             }
 
             //else, there's more than one subview, so we need to pack them up
-            return { name:     'LzView',
+            return { name:     'view',
                      attrs:    { ownerColumn : this },
                      children: _contentsPackage };
         </method>



More information about the Laszlo-checkins mailing list