[OGo-Bugs][Bug 1992] Organizer & User Duplication On Update

bugs@opengroupware.org bugs@opengroupware.org
Sun, 6 Jul 2008 03:41:08 +0200 (CEST)


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1992





------- Additional Comments From awilliam@whitemice.org  2008-07-06 03:41 -------
No duplication in Db occurs during creation.   User's participant record is
duplicated upon update;  the existing record is not updated,  a new record is
inserted.

OGo=> select company_id, date_id, is_staff, partstatus, role, rsvp, db_status
from date_company_assignment;
 company_id | date_id | is_staff |  partstatus  |      role       | rsvp |
db_status 
------------+---------+----------+--------------+-----------------+------+-----------
      10102 |   11566 |        0 |              |                 |      |
inserted  <<<<<< Creation
      10102 |   11566 |        1 | NEEDS-ACTION | REQ-PARTICIPANT |    0 |
inserted  <<<<<< Update

Why is is_staff = 0 on initial record?




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.