Beispiel #1
0
 def get_linkable_projects_for_user(user_id, data_id):
     """
     Find projects with are visible for current user, and in which current datatype hasn't been linked yet.
     """
     return dao.get_linkable_projects_for_user(user_id, data_id)
Beispiel #2
0
 def get_linkable_projects_for_user(user_id, data_id):
     """
     Find projects with are visible for current user, and in which current datatype hasn't been linked yet.
     """
     return dao.get_linkable_projects_for_user(user_id, data_id)