Skip to content
Snippets Groups Projects
Commit ac1bd96a authored by Andreas Nüßlein's avatar Andreas Nüßlein
Browse files

add information to questionnaire API List View ( #69 )

parent 4574f97d
No related branches found
No related tags found
No related merge requests found
......@@ -128,6 +128,9 @@ class QuestionnaireAPIMixin(PermissionMixin, LogUserMixin, GenericAPIView):
for item in items:
yield {
"name": item.get("name"),
"compilers": item.get("compilers"),
"reviewers": item.get("reviewers"),
"created": item.get("created"),
"updated": item.get("updated"),
"code": item.get("code"),
"edition": item.get("serializer_edition"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment