Changeset 1434

Show
Ignore:
Timestamp:
03/11/11 23:09:33 (15 months ago)
Author:
winfried
Message:

Fixing storage of division_id on conversations, makes the chats visible
in the overview.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • HelpIM3/branches/chatgroups/HelpIM/chat/db/classes.py

    r1339 r1434  
    117117        self.conv_participant_name = helpim_user.user_name 
    118118        self.conv_participant_user_id = helpim_user.user_id 
    119         self.conv_care_worker_department_id = helpim_user.user_department_id 
     119        self.conv_participant_department_id = helpim_user.user_department_id 
    120120 
    121121class ConversationReviewer(ConversationParticipant):