mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-13 09:30:40 +00:00
Update
This commit is contained in:
@ -19,6 +19,7 @@ class RessourceList extends List {
|
|||||||
pathArray = operation.path.split("/").slice(1);
|
pathArray = operation.path.split("/").slice(1);
|
||||||
switch(operation.op) {
|
switch(operation.op) {
|
||||||
case "add":
|
case "add":
|
||||||
|
if (pathArray.includes("results")) {break;}
|
||||||
this.addRessources([operation.value]);
|
this.addRessources([operation.value]);
|
||||||
break;
|
break;
|
||||||
case "remove":
|
case "remove":
|
||||||
|
Reference in New Issue
Block a user