[Rt-commit] rt branch, 4.0/return-forcing-status-on-update, created. rt-4.0.4-42-gca2f06f
Ruslan Zakirov
ruz at bestpractical.com
Mon Nov 14 11:16:10 EST 2011
The branch, 4.0/return-forcing-status-on-update has been created
at ca2f06fa5e5bfc572632e088acbe3fa45f47726a (commit)
- Log -----------------------------------------------------------------
commit ca2f06fa5e5bfc572632e088acbe3fa45f47726a
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date: Mon Nov 14 20:11:16 2011 +0400
show current status in the status dropdown on Update
In RT 3.8 users could pick current status to override
auto open scrip or other scrips that chage status.
Return back this functionality.
diff --git a/share/html/Elements/SelectStatus b/share/html/Elements/SelectStatus
index 1735800..4f311c1 100644
--- a/share/html/Elements/SelectStatus
+++ b/share/html/Elements/SelectStatus
@@ -65,6 +65,8 @@ if ( @Statuses ) {
}
elsif ( $TicketObj ) {
my $current = $TicketObj->Status;
+ push @status, $current;
+
my $lifecycle = $TicketObj->QueueObj->Lifecycle;
my %has = ();
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list