diff --git a/combo/apps/wcs/models.py b/combo/apps/wcs/models.py index 7d4e4ff8..c3053363 100644 --- a/combo/apps/wcs/models.py +++ b/combo/apps/wcs/models.py @@ -320,8 +320,8 @@ class WcsCurrentFormsCell(WcsUserDataBaseCell): if user: user_name_id = user.get_name_id() if user_name_id: - return '/api/users/%s/forms' % user_name_id - return '/api/user/forms' + return '/api/users/%s/forms?limit=100&sort=desc' % user_name_id + return '/api/user/forms?limit=100&sort=desc' @property def template_name(self):