Skip to content
Snippets Groups Projects

Hotfix/902 fix up and pec

Merged Marcel Nellesen requested to merge Hotfix/902-fixUPAndPEC into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -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);
}
Loading