phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [Bug #1445] todo date end and sub


From: nobody
Subject: [Phpgroupware-tracker] [Bug #1445] todo date end and sub
Date: Wed, 30 Oct 2002 16:38:42 -0500

=================== BUG #1445: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=1445&group_id=509

Changes by: Bettina Gille <address@hidden>
Date: 2002-Oct-30 21:38 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
fixed. thanks



=================== BUG #1445: FULL BUG SNAPSHOT ===================


Submitted by: lins                      Project: phpGroupWare                   
Submitted on: 2002-Oct-18 16:24
Category:  todo                         Bug Group:  0.9.14 release              
Severity:  5 - Major                    Priority:  High                         
Resolution:  None                       Assigned to:  None                      
Status:  Closed                         Component Version:  None                
Platform Version:  Other                Reproducibility:  Every Time            

Summary:  todo date end and sub

Original Submission:  I've phpgw on Slackware 8.0 with apache 1.3.26 mysql 
3.23.39 and php 4.1.2

If i've a todo event with sub event and i change the date of father event, the 
father event near top of todo event and the child event remain in same place.
This is a "bug grafic" because on proprietis are ok.

bye

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

-------------------------------------------------------
Date: 2002-Oct-30 21:38             By: ceb
fixed. thanks

-------------------------------------------------------
Date: 2002-Oct-24 09:23             By: lins
I've find the problem in file class.so.inc.php on function:

                function edit_todo($values)
                {
                        if ($values['parent'] && $values['parent'] != 0)
                        {
                                $values['main'] = 
$this->return_value($values['parent']);
                                $values['level'] = 
$this->return_value($values['parent'],'level')+1;
                        }
                        else
                        {
                                $values['main'] = $values['todo_id'];
                                $values['level'] = 0;
                        }


substitute :

$values['main'] = $values['todo_id'];

with :

$values['main'] = $values['id'];

Please admin ... correct the problem on CVS dir ;)
byez


CC list is empty


No files currently attached


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




reply via email to

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