equal
deleted
inserted
replaced
455 return self._constructResponse(request, entity, context, form, params) |
455 return self._constructResponse(request, entity, context, form, params) |
456 |
456 |
457 @decorators.merge_params |
457 @decorators.merge_params |
458 @decorators.check_access |
458 @decorators.check_access |
459 def list(self, request, access_type, |
459 def list(self, request, access_type, |
460 page_name=None, params=None, filter=None): |
460 page_name=None, params=None, filter=None, **kwargs): |
461 """Displays the list page for the entity type. |
461 """Displays the list page for the entity type. |
462 |
462 |
463 Args: |
463 Args: |
464 request: the standard Django HTTP request object |
464 request: the standard Django HTTP request object |
465 access_type : the name of the access type which should be checked |
465 access_type : the name of the access type which should be checked |