Skip to content
Snippets Groups Projects
Commit 1d47e387 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Update

parent 14cf2c55
No related branches found
No related tags found
No related merge requests found
......@@ -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":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment