[Rt-commit] rt branch, master, updated. rt-3.9.7-1217-g517b7dd
Shawn Moore
sartak at bestpractical.com
Tue Jan 11 16:45:11 EST 2011
The branch, master has been updated
via 517b7dda2172e6b10e5936f1606f82262c60cfb9 (commit)
from eab2ec7b173c2d67020d8f8049d5513ce2572de8 (commit)
Summary of changes:
lib/RT/Ticket.pm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 517b7dda2172e6b10e5936f1606f82262c60cfb9
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Tue Jan 11 16:44:59 2011 -0500
Given lifecycles this is a needless lie
diff --git a/lib/RT/Ticket.pm b/lib/RT/Ticket.pm
index 37e32d0..6468b5c 100644
--- a/lib/RT/Ticket.pm
+++ b/lib/RT/Ticket.pm
@@ -3062,11 +3062,11 @@ sub ValidateStatus {
=head2 SetStatus STATUS
-Set this ticket\'s status. STATUS can be one of: new, open, stalled, resolved, rejected or deleted.
+Set this ticket's status.
Alternatively, you can pass in a list of named parameters (Status => STATUS, Force => FORCE, SetStarted => SETSTARTED ).
If FORCE is true, ignore unresolved dependencies and force a status change.
-if SETSTARTED is true( it's the default value), set Started to current datetime if Started
+if SETSTARTED is true (it's the default value), set Started to current datetime if Started
is not set and the status is changed from initial to not initial.
=cut
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list