mmodify clients urls, rework perms, and fix views

This commit is contained in:
sadnub
2021-10-15 11:52:59 -04:00
parent 1a4c67d173
commit 221e49a978
21 changed files with 69 additions and 109 deletions

View File

@@ -112,7 +112,7 @@ export default {
let data = {};
let url = "";
if (this.type === "client") {
url = `/clients/${this.object.id}/client/`;
url = `/clients/${this.object.id}/`;
data = {
client: {
pk: this.object.id,