app/soc/views/models/request.py
changeset 1357 3dd1507aa723
parent 1343 4ba39392c854
child 1430 ff8cc6b15e6a
equal deleted inserted replaced
1356:32d8d83678cd 1357:3dd1507aa723
   142       kwargs: the Key Fields for the specified entity
   142       kwargs: the Key Fields for the specified entity
   143     """
   143     """
   144 
   144 
   145     # get the context for this webpage
   145     # get the context for this webpage
   146     context = responses.getUniversalContext(request)
   146     context = responses.getUniversalContext(request)
   147     
   147     helper.responses.useJavaScript(context, params['js_uses_all'])
       
   148 
   148     request_logic = params['logic']
   149     request_logic = params['logic']
   149 
   150 
   150     # get the request entity using the information from kwargs
   151     # get the request entity using the information from kwargs
   151     fields = {'link_id': kwargs['link_id'],
   152     fields = {'link_id': kwargs['link_id'],
   152         'scope_path': kwargs['scope_path'],
   153         'scope_path': kwargs['scope_path'],