-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule gropius-backend
updated
2 files
+1 −1 | core/src/main/kotlin/gropius/model/user/permission/GlobalPermission.kt | |
+18 −0 | login-service/src/model/graphql/generated.ts |
Submodule gropius-frontend
updated
16 files
+56 −6 | package-lock.json | |
+2 −1 | package.json | |
+308 −67 | src/graphql/generated.ts | |
+47 −0 | src/graphql/globalPermission.graphql | |
+1 −0 | src/graphql/user.graphql | |
+1 −0 | src/main.ts | |
+0 −2 | src/plugins/index.ts | |
+0 −15 | src/plugins/webfontloader.ts | |
+14 −2 | src/router/index.ts | |
+80 −0 | src/views/admin/Permissions.vue | |
+0 −1 | src/views/component/details/Details.vue | |
+2 −3 | src/views/component/details/Permissions.vue | |
+41 −7 | src/views/home/Root.vue | |
+0 −1 | src/views/project/details/Details.vue | |
+2 −3 | src/views/project/details/Permissions.vue | |
+12 −1 | vite.config.mts |