mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-27 14:21:35 +00:00
Fix undefined JobList error
This commit is contained in:
@@ -24,6 +24,7 @@ class JobList 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[1] === "results") {break;}
|
||||||
this.addJob(operation.value);
|
this.addJob(operation.value);
|
||||||
this.update();
|
this.update();
|
||||||
List.updatePagination(this);
|
List.updatePagination(this);
|
||||||
|
Reference in New Issue
Block a user