<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.5730.11" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=777265600-18012007><FONT face=Arial size=2>Couldn't see any way
in 3.6.3 of including disabled custom fields in listing. Here is a patch
against</FONT></SPAN></DIV>
<DIV><SPAN class=777265600-18012007><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=777265600-18012007><FONT face=Arial
size=2><rt>/share/html/Admin/CustomFields/index.html</FONT></SPAN></DIV>
<DIV><SPAN class=777265600-18012007><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=777265600-18012007><FONT face=Arial size=2>which adds this
capability, if nobody has already patched this ...</FONT></SPAN></DIV>
<DIV><SPAN class=777265600-18012007><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=777265600-18012007><FONT face=Arial
size=2>PK</FONT></SPAN></DIV>
<DIV><SPAN class=777265600-18012007><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=777265600-18012007><FONT face=Arial
size=2>=================</FONT></SPAN></DIV>
<DIV><SPAN class=777265600-18012007><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=777265600-18012007><FONT face=Arial size=2>---
/usr/local/rt/share/html/Admin/CustomFields/index.html 2006-09-26
08:06:31.000000000 -0700<BR>+++
/usr/local/rt/local/html/Admin/CustomFields/index.html 2007-01-17
16:53:08.179362688 -0800<BR>@@ -72,8 +72,10 @@<BR> %
}<BR> <BR> <form
action="<%$RT::WebPath%>/Admin/CustomFields/index.html"
method="get"><BR>+<input type="checkbox" class="checkbox"
name="FindDisabledCFs" value="1" /> <&|/l&>Include disabled
custom fields in
listing.</&><br/><br/><BR> <&|/l&>Only
show custom fields for:</&><BR> <select
name="type"><BR>+<option value="all"
selected>All</option><BR> % for (@types) {<BR> <option
value="<% $_->[1] %>"><% $_->[0]
%></option><BR> % }<BR>@@ -82,9 +84,14
@@<BR> <BR> <%args><BR> $type =>
undef<BR>+$FindDisabledCFs =>
0<BR> </%args><BR> <%INIT><BR>+undef $type if ($type eq
"all");<BR> my $CustomFields =
RT::CustomFields->new($session{'CurrentUser'});<BR>+if ($FindDisabledCFs)
{<BR>+
$CustomFields->FindAllRows();<BR>+}<BR> $CustomFields->UnLimit();<BR> $CustomFields->LimitToLookupType($type)
if defined $type;<BR> $CustomFields->OrderByCols( { FIELD =>
'LookupType' }, { FIELD => 'Name' } );<BR></FONT></SPAN></DIV>
<DIV> </DIV>
<DIV align=left><FONT face=Arial size=2>--</FONT></DIV>
<DIV align=left><FONT face=Arial size=2>Philip Kime</FONT></DIV>
<DIV align=left><FONT face=Arial size=2>NOPS Systems Architect</FONT></DIV>
<DIV align=left><FONT face=Arial size=2>310 401 0407</FONT></DIV>
<DIV> </DIV></BODY></HTML>