Skip to content

Commit 2a9b161

Browse files
committed
Show narrower/broader connections for progression levels
1 parent e7ad63c commit 2a9b161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lode/components/Thing.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,7 @@ export default {
11061106
if (result[heading] == null && result[heading] === undefined) {
11071107
result[heading] = {};
11081108
}
1109-
if ((this.$store.getters['editor/conceptMode'] || this.$store.getters['editor/progressionMode']) && (prop === "http://www.w3.org/2004/02/skos/core#broader" || prop === "http://www.w3.org/2004/02/skos/core#narrower")) {
1109+
if ((this.$store.getters['editor/conceptMode']) && (prop === "http://www.w3.org/2004/02/skos/core#broader" || prop === "http://www.w3.org/2004/02/skos/core#narrower")) {
11101110
continue;
11111111
}
11121112
if (this.profile[prop] && this.profile[prop]["valuesIndexed"]) {

0 commit comments

Comments
 (0)