[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.9-150-gfca6515
Alex Vandiver
alexmv at bestpractical.com
Thu Feb 5 16:45:29 EST 2015
The branch, 4.2-trunk has been updated
via fca65159ddd41d8ee030a44214a2f337dfa05dbd (commit)
from d47ec8242f48bd55fd2a0d1af5200e9410f5325b (commit)
Summary of changes:
share/html/Elements/EditCustomField | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit fca65159ddd41d8ee030a44214a2f337dfa05dbd
Author: pccowboy <dswift at tdl.com>
Date: Thu Feb 5 13:36:50 2015 -0800
Expose Rows and Cols parameters to the EditCustomField callback
diff --git a/share/html/Elements/EditCustomField b/share/html/Elements/EditCustomField
index c506d48..db6d181 100644
--- a/share/html/Elements/EditCustomField
+++ b/share/html/Elements/EditCustomField
@@ -105,7 +105,7 @@ $m->out("\n".'<input type="hidden" class="hidden" name="'
my $EditComponent = "EditCustomField$Type";
-$m->callback( %ARGS, CallbackName => 'EditComponentName', Name => \$EditComponent, CustomField => $CustomField, Object => $Object );
+$m->callback( %ARGS, CallbackName => 'EditComponentName', Name => \$EditComponent, CustomField => $CustomField, Object => $Object, Rows => \$Rows, Cols => \$Cols);
$EditComponent = "EditCustomField$Type" unless $m->comp_exists($EditComponent);
return $m->comp(
-----------------------------------------------------------------------
More information about the rt-commit
mailing list