fix(console): general fixes, project grants for owned and granted context (#425)

* update and delete project grants

* fix: user grant id (#421)

* fix: verboser logging on sql err (#412)

* fix(eventstore): improve insert statement

* fix: verbose logging on error

* fix: simplify insertEvents

* fix: project grant delete (#417)

* fix: add grant id to user grant if needed

* fix: add grant id to user grant if needed

Co-authored-by: Silvan <silvan.reusser@gmail.com>

* fix user grant context

* lint

* role validators

* fix: usergrantid (#424)

* fix: verboser logging on sql err (#412)

* fix(eventstore): improve insert statement

* fix: verbose logging on error

* fix: simplify insertEvents

* fix: project grant delete (#417)

* fix: add grant id to user grant if needed

* fix: add grant id to user grant if needed

* fix: add bulk remove

* fix: merge

Co-authored-by: Silvan <silvan.reusser@gmail.com>

Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
This commit is contained in:
Max Peintner
2020-07-09 15:14:01 +02:00
committed by GitHub
parent cf51bbc36d
commit 0b012f2fa2
39 changed files with 18254 additions and 17184 deletions

View File

@@ -47,7 +47,8 @@
"DELETE": "Löschen",
"REMOVE":"Entfernen",
"VERIFY":"Verifizieren",
"FINISH":"Abschliessen"
"FINISH":"Abschliessen",
"CHANGE":"Ändern"
},
"ERRORS": {
"REQUIRED": "Bitte fülle alle benötigten Felder aus!"
@@ -418,7 +419,8 @@
"GRANTEDORGNAME":"Org. Name",
"CREATIONDATE": "Erstelldatum",
"CHANGEDATE": "Letzte Änderung",
"ROLENAMESLIST": "Rollen"
"ROLENAMESLIST": "Rollen",
"NOROLES":"Keine Rollen"
},
"APP": {
"TITLE": "Applikationen",

View File

@@ -47,7 +47,8 @@
"DELETE": "Delete",
"REMOVE":"Remove",
"VERIFY":"Verify",
"FINISH":"Finish"
"FINISH":"Finish",
"CHANGE":"Change"
},
"ERRORS": {
"REQUIRED": "Some required fields are missing!"
@@ -418,7 +419,8 @@
"GRANTEDORGNAME":"Org. Name",
"CREATIONDATE": "Creation Date",
"CHANGEDATE": "Last Modified",
"ROLENAMESLIST": "Roles"
"ROLENAMESLIST": "Roles",
"NOROLES":"No roles"
},
"APP": {
"TITLE": "Applications",