-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
55 management of application settings #60
Conversation
Codecov Report
@@ Coverage Diff @@
## master #60 +/- ##
============================================
+ Coverage 78.87% 79.00% +0.12%
- Complexity 316 322 +6
============================================
Files 105 108 +3
Lines 1671 1762 +91
Branches 100 110 +10
============================================
+ Hits 1318 1392 +74
- Misses 317 328 +11
- Partials 36 42 +6
Continue to review full report at Codecov.
|
|
…ved settings that not yet necessary.
…t, Added permission check for update settings method
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The frontend permissions for managing the application settings are missing
…ddleware for update settings and changed select to number input form.
…nt-of-application-settings
…management-of-application-settings
…b.com/THM-Health/PILOS into 55-management-of-application-settings
@dennis95stumm I changed a few files and I'm fine with this PR. Could you please also review it, thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't finished the review yet. But here what I've already found.
…M-Health/PILOS into 55-management-of-application-settings
…nt-of-application-settings # Conflicts: # CHANGELOG.md # resources/js/lang/de/app.js # resources/js/lang/de/settings.js # resources/js/lang/en/app.js # resources/js/lang/en/settings.js # resources/js/router.js # resources/js/views/settings/roles/Index.vue # tests/Frontend/Router.spec.js
…nt-of-application-settings
Fixes #55
Type (Highlight the corresponding type)
Checklist
Changes
settings.update
andsettings.viewAny
.viewAny
andupdate
methods.updateSettings
to update application settings.Other information