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, 17 May 2002 08:59:30 -0400

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

Changes by: Miles Lott <address@hidden>
Date: 2002-May-17 07:59 (US/Central)

            What     | Removed                   | Added
---------------------------------------------------------------------------
         Assigned to | None                      | milosch
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
This has been fixed in CVS and should be available in the next
release.



=================== Bug #375: Full Bug Snapshot ===================


Submitted by: None                      Project: phpGroupWare                   
Submitted on: 2002-May-10 11:54
Category:  tts                          Bug Group:  0.9.14 RC3                  
Severity:  5 - Major                    Priority:  Low                          
Resolution:  None                       Assigned to:  milosch                   
Status:  Closed                         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>');

Follow-up Comments
*******************

-------------------------------------------------------
Date: 2002-May-17 07:59             By: milosch
This has been fixed in CVS and should be available in the next
release.


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]