
interchange-cvs at icdevgroup
Mar 12, 2010, 5:23 AM
Post #1 of 1
(177 views)
Permalink
|
|
[interchange] Add 'id' to override of METAMAKE in Table/Editor.pm
|
|
commit 28e84ea4e727b930c4839fa60fb6c295a1ae71c7 Author: Josh Lavin <josh [at] perusion> Date: Thu Mar 11 10:21:20 2010 -0600 Add 'id' to override of METAMAKE in Table/Editor.pm This allows id's to be added to form widgets built from mv_metadata. This change should have been submitted with similar changes to Form.pm (commit a31302b0bea881534c807fed54e5e86bd6b37e45, from 27 Oct 2009). lib/Vend/Table/Editor.pm | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) --- diff --git a/lib/Vend/Table/Editor.pm b/lib/Vend/Table/Editor.pm index 2ab6237..09470b9 100644 --- a/lib/Vend/Table/Editor.pm +++ b/lib/Vend/Table/Editor.pm @@ -829,6 +829,7 @@ sub display { height help help_url + id label js_check lookup _______________________________________________ interchange-cvs mailing list interchange-cvs [at] icdevgroup http://www.icdevgroup.org/mailman/listinfo/interchange-cvs
|