[Rt-commit] r3160 - in rtfm/branches/2.1-TESTING: .
html/RTFM/Article
alexmv at bestpractical.com
alexmv at bestpractical.com
Wed Jun 15 00:48:26 EDT 2005
Author: alexmv
Date: Wed Jun 15 00:48:26 2005
New Revision: 3160
Modified:
rtfm/branches/2.1-TESTING/ (props changed)
rtfm/branches/2.1-TESTING/html/RTFM/Article/ExtractFromTicket.html
Log:
r4238 at zoq-fot-pik: chmrr | 2005-06-15 00:48:09 -0400
* Allow extraction into freeform or wikitext
Modified: rtfm/branches/2.1-TESTING/html/RTFM/Article/ExtractFromTicket.html
==============================================================================
--- rtfm/branches/2.1-TESTING/html/RTFM/Article/ExtractFromTicket.html (original)
+++ rtfm/branches/2.1-TESTING/html/RTFM/Article/ExtractFromTicket.html Wed Jun 15 00:48:26 2005
@@ -26,7 +26,7 @@
<p><&|/l&>Use the dropdown menus to select which transactions you want to extract into a new RTFM article</&></p>
<tr>
-<th>Custom field</th>
+<th>Custom freeform, wikitext, or text field</th>
<th>Ticket update</th>
</tr>
% my $i;
@@ -63,6 +63,8 @@
my $CustomFields = $ClassObj->ArticleCustomFields();
$CustomFields->Limit(FIELD => 'Type', OPERATOR => '=', VALUE => 'Text');
+$CustomFields->Limit(FIELD => 'Type', OPERATOR => '=', VALUE => 'Wikitext');
+$CustomFields->Limit(FIELD => 'Type', OPERATOR => '=', VALUE => 'Freeform');
</%init>
<%ARGS>
$Class=>undef
More information about the Rt-commit
mailing list