This commit is contained in:
Patrick Jentsch 2020-02-03 16:04:47 +01:00
parent 14cf2c55f9
commit 1d47e38780

View File

@ -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":