We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ad63c commit 2a9b161Copy full SHA for 2a9b161
src/lode/components/Thing.vue
@@ -1106,7 +1106,7 @@ export default {
1106
if (result[heading] == null && result[heading] === undefined) {
1107
result[heading] = {};
1108
}
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")) {
+ 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")) {
1110
continue;
1111
1112
if (this.profile[prop] && this.profile[prop]["valuesIndexed"]) {
0 commit comments