app/soc/logic/models/role.py
changeset 1117 5785d9af5c5d
parent 1106 e14b0995cf29
child 1307 091a21cf3627
equal deleted inserted replaced
1116:5a9d4c2d6748 1117:5785d9af5c5d
    79     """
    79     """
    80 
    80 
    81     if entity.status == 'active':
    81     if entity.status == 'active':
    82       sidebar.flush(entity.user.account)
    82       sidebar.flush(entity.user.account)
    83 
    83 
    84     super(View, self)._onCreate(entity)
    84     super(Logic, self)._onCreate(entity)
    85 
    85 
    86 
    86 
    87 logic = Logic()
    87 logic = Logic()