[Bps-public-commit] rt-extension-formtools branch, master, updated. 0.17-1-g4c9911a

Alex Vandiver alexmv at bestpractical.com
Tue Oct 7 13:02:48 EDT 2014


The branch, master has been updated
       via  4c9911a87d3f3230757d6b129f7fef15851df0b1 (commit)
      from  40de676da5f448a4d49f2208519e37d0d84a4ac9 (commit)

Summary of changes:
 html/FormTools/Field | 1 +
 1 file changed, 1 insertion(+)

- Log -----------------------------------------------------------------
commit 4c9911a87d3f3230757d6b129f7fef15851df0b1
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Tue Oct 7 13:02:37 2014 -0400

    Pass Queue to EditCustomField, for RTIR compatibility

diff --git a/html/FormTools/Field b/html/FormTools/Field
index 8f71448..06608b7 100644
--- a/html/FormTools/Field
+++ b/html/FormTools/Field
@@ -191,6 +191,7 @@ $default = '' unless defined $default;
             ($cf->Type =~ /text/i) ? (Cols => $cols ||60) : (),
             ($cf->Type =~ /freeform/i) ? (Cols => $cols ||30) : (),
             Rows => $rows || 6,
+            QueueObj => $queue,
             ($default ? (Default => $default) : ())
             &>
 % if ($show_validation && $cf->FriendlyPattern) {

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list