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