app/soc/logic/models/role.py
changeset 1106 e14b0995cf29
parent 1085 0afbdd0905ef
child 1117 5785d9af5c5d
equal deleted inserted replaced
1105:326cd1181c03 1106:e14b0995cf29
    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)
       
    85 
    84 
    86 
    85 logic = Logic()
    87 logic = Logic()