bugphpGroupWare - Bugs: bug #10766, contact backend problematic with...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #10766: contact backend problematic with class.contacts_sql.inc.php

Submitter:  Caeies <Caeies>
Submitted:  Fri 22 Oct 2004 12:41:03 PM UTC
   
 
Category:  API - Admin Item Group:  0.9.16.003
Severity:  3 - Normal Priority:  7 - High
Status:  Duplicate Privacy:  Public
Assigned to:  jarg Open/Closed:  Closed
Component Version:  SVN Operating System:  GNU/Linux - Debian
Reproducibility:  None Planned Release:  0.9.16.011+
Fixed Release: 

Fri 16 Dec 2005 01:39:03 PM UTC, comment #4: 

Closing it :)

Dave Hall <skwashd>
Group administrator
Mon 15 Nov 2004 01:01:52 PM UTC, comment #3: 

Ok, I still say this is a duplicate of #10371 :)
So please ask in the first bug reports, not in this one.

Thanks,
Caeies

Caeies <Caeies>
Group administrator
Mon 15 Nov 2004 12:52:12 PM UTC, comment #2: 

it isnt fixed yet

Dirk Schaller <dschaller>
Wed 27 Oct 2004 12:57:33 PM UTC, comment #1: 

Ok this is a duplicate bugs with #10371 so I close this one.

Caeies

Caeies <Caeies>
Group administrator
Fri 22 Oct 2004 12:41:03 PM UTC, original submission:  

First, I give this to jarg since I see he was the author of the line 455 in addressbook, and he put the "edit_location_by_contact" line.

Step to reproduce :
When creating contacts from the creation of an account, then edit it, try to put an address : this is failing due to the
"edit_location_by_contact" missing function.

So I put this in class.contacts_sql.inc.php :
function edit_location_by_contact($id, $data, $action=PHPGW_SQL_RETURN_SQL)
                {
                        $loc = CreateObject('phpgwapi.contact_addr');
                        return $loc->update($data,sql_criteria::_equal('contact_id',sql::integer($id)), $action);
                }
And things seems working.
At least I can register the new address, and get it with the contact view ...

Can you do something about that ?

Thanks,

Caeies

Caeies <Caeies>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 6 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-12-16 skwashd Open/ClosedOpen Closed
2004-11-15 Caeies StatusNone Duplicate
2004-11-15 dschaller StatusDuplicate None
    Open/ClosedClosed Open
2004-10-27 Caeies StatusNone Duplicate
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code