app/soc/logic/models/group.py
changeset 1106 e14b0995cf29
parent 991 becede26c37f
child 1115 0a723ff3d27c
equal deleted inserted replaced
1105:326cd1181c03 1106:e14b0995cf29
    90       entity: an existing Group entity in the Datastore
    90       entity: an existing Group entity in the Datastore
    91     """
    91     """
    92 
    92 
    93     return True
    93     return True
    94 
    94 
    95   def _onCreate(self, entity):
       
    96     """Flushes the sidebar for the current user.
       
    97     """
       
    98     sidebar.flush()
       
    99 
    95 
   100 logic = Logic()
    96 logic = Logic()