Skip to content
Snippets Groups Projects
Unverified Commit f7a1b6ec authored by Julian's avatar Julian Committed by magicfelix
Browse files

Fix example data to contain all students

parent d6e902a4
No related branches found
No related tags found
1 merge request!284Draft: Redesign entering of lesson documentation
...@@ -29,6 +29,10 @@ export default { ...@@ -29,6 +29,10 @@ export default {
"id":7428, "id":7428,
"full_name":"Student2, first_name" "full_name":"Student2, first_name"
}, },
{
"id":392,
"full_name":"Wendt, Gesch."
},
] ]
}, },
{ {
...@@ -38,7 +42,15 @@ export default { ...@@ -38,7 +42,15 @@ export default {
{ {
"id":4212, "id":4212,
"full_name":"Student21, first_name" "full_name":"Student21, first_name"
} },
{
"id":123,
"full_name":"Elf, Mais"
},
{
"id":571,
"full_name":"Pil, Mail-Pu"
},
] ]
} }
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment