*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit fe6557a9 authored by Moser, Maximilian's avatar Moser, Maximilian
Browse files

Fix the ROR of TUW for default creator

parent 2f9ac8e5
No related branches found
No related tags found
1 merge request!28Add the default creator as contributor as well
......@@ -81,12 +81,7 @@ def current_user_as_creator():
full_name = "{}, {}".format(last_name, first_name)
# TODO parse affiliation from user profile
creator = {
"affiliations": [
{
"identifiers": [{"identifier": "04d836q62", "scheme": "ror"}],
"name": "TU Wien, Vienna, Austria",
}
],
"affiliations": [{"id": "04d836q62", "name": "TU Wien"}],
"person_or_org": {
"family_name": last_name,
"given_name": first_name,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment