app/soc/views/models/user_self.py
changeset 1950 27c0ea479d8a
parent 1667 95bc81b4cd5c
child 1951 921069bcc6e1
equal deleted inserted replaced
1949:bcc52df68367 1950:27c0ea479d8a
   236     user = user_logic.getForCurrentAccount()
   236     user = user_logic.getForCurrentAccount()
   237 
   237 
   238     # only select the roles for the current user
   238     # only select the roles for the current user
   239     filter = {
   239     filter = {
   240         'link_id': user.link_id,
   240         'link_id': user.link_id,
       
   241         'status': ['active', 'inactive']
   241         }
   242         }
   242 
   243 
   243     contents = []
   244     contents = []
   244 
   245 
   245     i = 0
   246     i = 0