phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [Bug #375] "Default assign to" preference not wor


From: nobody
Subject: [Phpgroupware-tracker] [Bug #375] "Default assign to" preference not working
Date: Fri, 10 May 2002 12:54:30 -0400

=================== Bug #375: Full Bug Snapshot ===================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=375&group_id=509

Submitted by: None                      Project: phpGroupWare                   
Submitted on: 2002-May-10 12:54
Category:  tts                          Bug Group:  0.9.14 RC3                  
Severity:  5 - Major                    Priority:  Low                          
Resolution:  None                       Assigned to:  None                      
Status:  Open                           Platform Version:  Linux - RedHat       
Reproducibility:  Every Time            

Summary:  "Default assign to" preference not working

Original Submission:  The "Default assign to" preference in the Trouble Ticket 
System is not working.  I changed the code as follows to
get it to work.

--- phpgroupware.old/tts/newticket.php  Fri Jan 25 14:47:28 2002
+++ phpgroupware/tts/newticket.php      Fri May 10 10:10:53 2002
@@ -147,7 +147,7 @@
                $account_list = $accounts->get_list('accounts');
                while (list($key,$entry) = each($account_list))
                {
-                       $s .= '<option value="' . $entry['account_id'] . '" ' . 
$entry_selected[$entry['account_lid']]
+                       $s .= '<option value="' . $entry['account_id'] . '" ' . 
$account_selected[$entry['account_id']]
                                . '>' . $entry['account_lid'] . '</option>';
                }
                
$GLOBALS['phpgw']->template->set_var('value_assignedto','<select 
name="ticket[assignedto]">' . $s . '</select>');



No Followups Have Been Posted


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=375&group_id=509



reply via email to

[Prev in Thread] Current Thread [Next in Thread]