deactivate acount uses slave db

Bug #506963 reported by Curtis Hovey
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Fix Released
High
Edwin Grubbs

Bug Description

OOPS OOPS-1473EA1156 shows:
    InternalError: Slony-I: Table emailaddress is replicated and cannot be modified on a subscriber node
That was cause when model.person.Person.deactivateAccount() called
    email.status = EmailAddressStatus.NEW

It probably needs to do this:
    email = IMasterObject(email)
    email.status = EmailAddressStatus.NEW

Changed in launchpad-registry:
assignee: nobody → Edwin Grubbs (edwin-grubbs)
status: Triaged → In Progress
Revision history for this message
Curtis Hovey (sinzui) wrote :

Fixed in devel r10190.

Changed in launchpad-registry:
status: In Progress → Fix Committed
Curtis Hovey (sinzui)
Changed in launchpad-registry:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.