[interchange] Allow use of 'id' parameter with [table-editor] tag, in hash-attribute form:

Josh Lavin interchange-cvs at icdevgroup.org
Thu Apr 3 23:20:32 UTC 2014


commit b05c2a4c0625f3882829b59746d27cb7b88ffa8f
Author: Josh Lavin <josh at perusion.com>
Date:   Thu Apr 3 16:17:02 2014 -0700

    Allow use of 'id' parameter with [table-editor] tag, in hash-attribute form:
    
    	id.myfield=myid
    
    Works in conjunction with existing 'id' support in Form.pm

 lib/Vend/Table/Editor.pm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/lib/Vend/Table/Editor.pm b/lib/Vend/Table/Editor.pm
index 42cff4c..78b6c23 100644
--- a/lib/Vend/Table/Editor.pm
+++ b/lib/Vend/Table/Editor.pm
@@ -2382,6 +2382,7 @@ show_times("begin table editor call item_id=$key") if $Global::ShowTimes;
 	my $height       = $opt->{height};
 	my $help         = $opt->{help};
 	my $help_url     = $opt->{help_url};
+	my $id           = $opt->{id};
 	my $label        = $opt->{label};
 	my $wid_href     = $opt->{wid_href};
 	my $lookup       = $opt->{lookup};
@@ -4035,6 +4036,7 @@ EOF
 							help				=> $help->{$c},
 							help_url			=> $help_url->{$c},
 							href				=> $wid_href->{$c},
+							id					=> $id->{$c},
 							js_check			=> $js_check->{$c},
 							key					=> $key,
 							label				=> $label->{$c},



More information about the interchange-cvs mailing list