You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by David Wynter <da...@roamware.com> on 2003/01/07 15:06:28 UTC

[SOURCE] Issue #TRQS114 - Object.vm as modified according to Extend TurbineUser How-To...

You can view the issue detail at the following URL:
<http://scarab.werken.com/scarab/issues/id/TRQS114>

Type :        Defect
Issue Id :    TRQS114
Reported by: David Wynter
             roamdave - (david@roamware.com)

Details:

Summary: Object.vm as modified according to Extend TurbineUser How-To breaks
Description: According to the How To for Extending TurbineUser to save associated objects to the extended TurbineUserAlias  class yuo need to modify the Object.vm as so:
@@ -880,6 +880,9 @@
{
alreadyInSave = true;
#end
+    #if ($table.isAlias() && $table.Alias == "TurbineUser")
+        super.save();
+    #else
if (isModified())
{
if (isNew())

This faisl to compile as the super.save() throws an Exception.


Status: New
Resolution: Later
Database: MySQL
Operating system: Windows
Priority: Undecided