Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

MM-9721 Update settings text when push notifications are disabled on the server #923

Merged
merged 2 commits into from
Mar 9, 2018

Conversation

jasonblais
Copy link
Contributor

Summary

MM-9721 Update settings text when push notifications are disabled on the server

Ticket Link

https://mattermost.atlassian.net/browse/MM-9721

Checklist

@jasonblais jasonblais added the 2: Dev Review Requires review by a core commiter label Mar 9, 2018
@jwilander jwilander added 4: Reviews Complete All reviewers have approved the pull request and removed 2: Dev Review Requires review by a core commiter labels Mar 9, 2018
@jwilander jwilander merged commit 6b0c5fb into master Mar 9, 2018
@jwilander jwilander deleted the jasonblais-patch-1 branch March 9, 2018 22:46
@amyblais amyblais added Changelog/Done Required changelog entry has been written Docs/Not Needed Does not require documentation labels Mar 16, 2018
@lindalumitchell lindalumitchell added the Tests/Not Needed Does not require new release tests label Mar 28, 2018
@@ -2868,7 +2868,7 @@
"user.settings.push_notification.allActivityOnline": "For all activity when online, away or offline",
"user.settings.push_notification.away": "Away or offline",
"user.settings.push_notification.disabled": "Disabled by System Administrator",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this line need updating, too?

@@ -2868,7 +2868,7 @@
"user.settings.push_notification.allActivityOnline": "For all activity when online, away or offline",
"user.settings.push_notification.away": "Away or offline",
"user.settings.push_notification.disabled": "Disabled by System Administrator",
"user.settings.push_notification.disabled_long": "Push notifications for mobile devices have been disabled by your System Administrator.",
"user.settings.push_notification.disabled_long": "Push Notifications are not enabled. Contact your System Administrator.",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure about the instruction to "Contact your System Administrator". That implies that there is something wrong which the system administrator should be made aware of. In some situations this might be appropriate, but in our case we certainly wouldn't want users to be contacting the system administrator about this as it is not something that we will be enabling.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MarkMaldaba Good point. What are your thoughts on the following? (more clear on who has control over it, but less deliberate about the action)

Push notifications have not been enabled by your System Administrator.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That seems like a good compromise.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR submitted, thanks for the feedback! #1141

hmhealey pushed a commit that referenced this pull request Aug 28, 2020
* MM-17152 - Added support for plugins marketplace endpoint (#912)

* Added support for plugins marketplace endpoint

* Added markeplace plugin status constanst

* Fixed field used in installed selector

* Updated marketplace route to use base getPluginRoute

* Changed state to use new InstalledVersion property to filter installed plugins

* Added action to handle error when getting plugins for the marketplace

* MM-18139 - Add signature_url to install_from_url api (#917)

* MM-18139 - Add signature_url param when invoking install_from_url api

* Using plugin_download_url, signature_download_url instead

* MM-17550 Added support for search term in get marketplace plugins (#920)

* Added support for plugins marketplace endpoint

* Added markeplace plugin status constanst

* Fixed field used in installed selector

* Updated marketplace route to use base getPluginRoute

* Changed state to use new InstalledVersion property to filter installed plugins

* Added action to handle error when getting plugins for the marketplace

* Added support for search in marketplace plugins api

* PR Feedback and no results case handling

* Moved default value of filter at the time adding params to the url

* MM-18103 - Added telemetry events for plugin marketplace (#922)

* Added marketplace  diagnostics events to whitelist
'

* Added search event to whitelist

* Revert "MM-18139 - Add signature_url param when invoking install… (#921)

This reverts commit 79816fb7db2185d29fc6a2679b0811aed05eb4d1.

* MM-18475 - Converge on snake_case responses from the marketplace (#923)

* PR Feedback

* Removing error handling from redux
hmhealey pushed a commit that referenced this pull request Mar 17, 2021
* MM-17152 - Added support for plugins marketplace endpoint (#912)

* Added support for plugins marketplace endpoint

* Added markeplace plugin status constanst

* Fixed field used in installed selector

* Updated marketplace route to use base getPluginRoute

* Changed state to use new InstalledVersion property to filter installed plugins

* Added action to handle error when getting plugins for the marketplace

* MM-18139 - Add signature_url to install_from_url api (#917)

* MM-18139 - Add signature_url param when invoking install_from_url api

* Using plugin_download_url, signature_download_url instead

* MM-17550 Added support for search term in get marketplace plugins (#920)

* Added support for plugins marketplace endpoint

* Added markeplace plugin status constanst

* Fixed field used in installed selector

* Updated marketplace route to use base getPluginRoute

* Changed state to use new InstalledVersion property to filter installed plugins

* Added action to handle error when getting plugins for the marketplace

* Added support for search in marketplace plugins api

* PR Feedback and no results case handling

* Moved default value of filter at the time adding params to the url

* MM-18103 - Added telemetry events for plugin marketplace (#922)

* Added marketplace  diagnostics events to whitelist
'

* Added search event to whitelist

* Revert "MM-18139 - Add signature_url param when invoking install… (#921)

This reverts commit 79816fb7db2185d29fc6a2679b0811aed05eb4d1.

* MM-18475 - Converge on snake_case responses from the marketplace (#923)

* PR Feedback

* Removing error handling from redux
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
4: Reviews Complete All reviewers have approved the pull request Changelog/Done Required changelog entry has been written Docs/Not Needed Does not require documentation Tests/Not Needed Does not require new release tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants