equal
deleted
inserted
replaced
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'], |