Skip to content
Snippets Groups Projects
Commit 073b6885 authored by Elmar Ludwig's avatar Elmar Ludwig
Browse files

Revert "Resolve "Mehrfachzuordnung von Studienbereichen ignoriert SEM_TREE_ALLOW_BRANCH_ASSIGN""

This reverts commit ea4b1fe2.
parent 55a76163
No related branches found
No related tags found
No related merge requests found
...@@ -230,9 +230,7 @@ export default { ...@@ -230,9 +230,7 @@ export default {
}, },
computed: { computed: {
isAssignable() { isAssignable() {
return this.assignable return this.assignable && !this.notAssignableNodes?.includes(this.node.id);
&& this.node.attributes.assignable
&& !this.notAssignableNodes?.includes(this.node.id);
} }
}, },
mounted() { mounted() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment