-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[Stable10] Add UI for switching public mail notification language #32004
Conversation
b6f19f4
to
616e1ea
Compare
Codecov Report
@@ Coverage Diff @@
## stable10 #32004 +/- ##
==============================================
+ Coverage 62.68% 62.73% +0.05%
+ Complexity 18688 18687 -1
==============================================
Files 1215 1217 +2
Lines 73262 73296 +34
Branches 1276 1276
==============================================
+ Hits 45923 45982 +59
+ Misses 26960 26935 -25
Partials 379 379
Continue to review full report at Codecov.
|
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.
👍
Note: b669a73 won't pass CI without backporting translations from master |
we will backport them asap |
is b669a73 on master as well ? please link to PR |
@ownclouders rebase |
Hey! I'm GitMate.io! This pull request is being rebased automatically. Please DO NOT push while rebase is in progress or your changes would be lost permanently |
b669a73
to
56f698a
Compare
Automated rebase with GitMate.io was successful! 🎉 |
@ownclouders rebase |
Hey! I'm GitMate.io! This pull request is being rebased automatically. Please DO NOT push while rebase is in progress or your changes would be lost permanently |
56f698a
to
dfa7c57
Compare
Automated rebase with GitMate.io was successful! 🎉 |
uh oh, conflicts |
dfa7c57
to
24da27d
Compare
conflicts have been resolved |
Backport of #31869
Description
Sharing
sectionRelated Issue
https://github.com/owncloud/enterprise/issues/2435#issuecomment-396551153
Motivation and Context
Allows admin users change a language used for public mail notifications
How Has This Been Tested?
Language selector in Settings->Personal -> General -> Language should NOT change it's behavior
A new option should be visible only when
Allow users to send mail notification for shared files
is checked in Settings->Admin->SharingSwitching the dropdown to the value
Owner language
should reset to the current behavior when the notification is sent in the language of the file ownerexpected:
php occ config:app:get core shareapi_public_notification_lang
produces an empty output in this case (no value set)Switching the dropdown to any other value except
Owner language
should updateshareapi_public_notification_lang
with a respective language codeScreenshots (if appropriate):
Types of changes
Checklist: