[Rt-commit] rt branch, 4.2/bulk-update-wikitext, created. rt-4.2.3-83-g1e05e76

Alex Vandiver alexmv at bestpractical.com
Wed Apr 9 15:26:43 EDT 2014


The branch, 4.2/bulk-update-wikitext has been created
        at  1e05e76d6276d6fd88c60a29135bea4600a28a17 (commit)

- Log -----------------------------------------------------------------
commit 1e05e76d6276d6fd88c60a29135bea4600a28a17
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Wed Apr 9 15:26:39 2014 -0400

    Show Wikitext CFs in bulk edit as we do Text CFs

diff --git a/share/html/Elements/BulkCustomFields b/share/html/Elements/BulkCustomFields
index 1eb3d59..b0d3621 100644
--- a/share/html/Elements/BulkCustomFields
+++ b/share/html/Elements/BulkCustomFields
@@ -77,6 +77,9 @@
 % } elsif ($cf->Type eq 'Text') {
 <td><& /Elements/EditCustomFieldText, @add &></td>
 <td>
+% } elsif ($cf->Type eq 'Wikitext') {
+<td><& /Elements/EditCustomFieldWikitext, @add &></td>
+<td>
 % } elsif ($cf->Type eq 'Date') {
 <td><& /Elements/EditCustomFieldDate, @add, Default => undef &></td>
 <td><& /Elements/EditCustomFieldDate, @del, Default => undef &><br />

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


More information about the rt-commit mailing list