Skip to content
Snippets Groups Projects
Commit d28b024f authored by Marcel Nellesen's avatar Marcel Nellesen
Browse files

Fix: Changed Link (coscine/issues#902)

parent 54031075
Branches Hotfix/902-fixUPAndPEC
Tags
1 merge request!42Hotfix/902 fix up and pec
{
"name": "@coscine/project-creation",
"version": "1.7.0",
"version": "1.8.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
......
......@@ -609,7 +609,7 @@ export default Vue.extend({
for (let organizationUri in organizationUris) {
for (let subOrg in organizationUris[organizationUri]) {
let org = organizationUris[organizationUri][subOrg];
let displayName = org["http://www.w3.org/1999/02/22-rdf-syntax-ns#label"][0]["value"];
let displayName = org["http://www.w3.org/2000/01/rdf-schema#label"][0]["value"];
let pushedOrg = { displayName, url: subOrg };
this.organizations.push(pushedOrg);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment