Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Allow use of 'id' parameter with [table-editor] tag, in hash-attribut…
…e form:

	id.myfield=myid

Works in conjunction with existing 'id' support in Form.pm
  • Loading branch information
Josh Lavin committed Apr 3, 2014
1 parent bf6412f commit b05c2a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Vend/Table/Editor.pm
Expand Up @@ -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};
Expand Down Expand Up @@ -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},
Expand Down

0 comments on commit b05c2a4

Please sign in to comment.