[Rt-commit] [svn] r1174 - rt/branches/rt-3.1/html/Elements
alexmv at pallas.eruditorum.org
alexmv at pallas.eruditorum.org
Thu Jul 1 09:54:19 EDT 2004
Author: alexmv
Date: Thu Jul 1 09:54:18 2004
New Revision: 1174
Modified:
rt/branches/rt-3.1/html/Elements/QuickCreate
Log:
RT-Ticket: 5797
RT-Status: resolved
* Don't provide a bogus null queue, or default to the (nonexistant)
"Todo" queue.
Modified: rt/branches/rt-3.1/html/Elements/QuickCreate
==============================================================================
--- rt/branches/rt-3.1/html/Elements/QuickCreate (original)
+++ rt/branches/rt-3.1/html/Elements/QuickCreate Thu Jul 1 09:54:18 2004
@@ -7,7 +7,7 @@
<font size="-2"><&|/l&>Subject</&>:<br><input size="15" name="Subject"></font>
</td>
<td>
-<font size="-2"><&|/l&>Queue</&>:<br><& /Elements/SelectQueue, Name => 'Queue', Default => 'Todo' &></font>
+<font size="-2"><&|/l&>Queue</&>:<br><& /Elements/SelectQueue, Name => 'Queue', ShowNullOption => 0 &></font>
</td>
<td>
<font size="-2"><&|/l&>Owner</&>:<br>
More information about the Rt-commit
mailing list