[Laszlo-checkins] r10600 - openlaszlo/trunk/WEB-INF/lps/lfc/helpers
bargull@openlaszlo.org
bargull at openlaszlo.org
Tue Aug 5 15:17:59 PDT 2008
Author: bargull
Date: 2008-08-05 15:17:56 -0700 (Tue, 05 Aug 2008)
New Revision: 10600
Modified:
openlaszlo/trunk/WEB-INF/lps/lfc/helpers/LzDataSelectionManager.lzs
openlaszlo/trunk/WEB-INF/lps/lfc/helpers/LzSelectionManager.lzs
Log:
Change 20080806-bargull-XYZ by bargull at dell--p4--2-53 on 2008-08-06 00:05:56
in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: adjust publishing
New Features:
Bugs Fixed: LPP-6771
Technical Reviewer: ptw
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Lz(Data)SelectionManager is a tag, so it needs to be published through its tagname.
Tests:
Modified: openlaszlo/trunk/WEB-INF/lps/lfc/helpers/LzDataSelectionManager.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/helpers/LzDataSelectionManager.lzs 2008-08-05 22:16:10 UTC (rev 10599)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/helpers/LzDataSelectionManager.lzs 2008-08-05 22:17:56 UTC (rev 10600)
@@ -255,4 +255,4 @@
}
} // End of LzDataselectionmanager
-lz.DataSelectionManager = LzDataSelectionManager; // publish
+lz[LzDataSelectionManager.tagname] = LzDataSelectionManager; // publish
Modified: openlaszlo/trunk/WEB-INF/lps/lfc/helpers/LzSelectionManager.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/helpers/LzSelectionManager.lzs 2008-08-05 22:16:10 UTC (rev 10599)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/helpers/LzSelectionManager.lzs 2008-08-05 22:17:56 UTC (rev 10600)
@@ -294,4 +294,4 @@
}
} // End of LzSelectionManager
-lz.SelectionManager = LzSelectionManager; // publish
+lz[LzSelectionManager.tagname] = LzSelectionManager; // publish
More information about the Laszlo-checkins
mailing list