[interchange-cvs] interchange - ramoore modified code/UI_Tag/table_editor.coretag

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Mon Mar 31 15:54:01 2003


User:      ramoore
Date:      2003-03-31 20:53:30 GMT
Modified:  code/UI_Tag table_editor.coretag
Log:
Add hint about problem and solution for tables where primary key field
is named 'id'

Revision  Changes    Path
1.15      +9 -0      interchange/code/UI_Tag/table_editor.coretag


rev 1.15, prev_rev 1.14
Index: table_editor.coretag
===================================================================
RCS file: /var/cvs/interchange/code/UI_Tag/table_editor.coretag,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- table_editor.coretag	19 Sep 2002 17:52:34 -0000	1.14
+++ table_editor.coretag	31 Mar 2003 20:53:30 -0000	1.15
@@ -10,3 +10,12 @@
 UserTag table-editor AttrAlias email_fields ui_display_only
 UserTag table-editor hasEndTag
 UserTag table-editor MapRoutine Vend::Table::Editor::editor
+UserTag table-editor Documentation <<EOD
+
+Hint:   table_editor may not work for tables where the primary key
+	field is named 'id'.
+
+	You can change this behavior by just removing this line from ICDIR/etc/varnames:
+
+	    mv_session_id            id
+EOD