Tweaked database so 'Super Report' is submitted with some complete sections, for testing.
This commit is contained in:
parent
8416c041d0
commit
d26b79c725
2 changed files with 1 additions and 1 deletions
BIN
back/db.sqlite3
BIN
back/db.sqlite3
Binary file not shown.
|
@ -342,5 +342,5 @@ document.addEventListener("click", function(event) {
|
||||||
const url = getEndpointDomain() + "api/v1/report/" + event.target.dataset.rid;
|
const url = getEndpointDomain() + "api/v1/report/" + event.target.dataset.rid;
|
||||||
getDataFromEndpoint(url, displayReport);
|
getDataFromEndpoint(url, displayReport);
|
||||||
}
|
}
|
||||||
// TODO: Add view report
|
// TODO: Add View Report
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue