Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15461265
D13138.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1002 B
Referenced Files
None
Subscribers
None
D13138.id.diff
View Options
diff --git a/src/applications/settings/panel/PhabricatorEmailPreferencesSettingsPanel.php b/src/applications/settings/panel/PhabricatorEmailPreferencesSettingsPanel.php
--- a/src/applications/settings/panel/PhabricatorEmailPreferencesSettingsPanel.php
+++ b/src/applications/settings/panel/PhabricatorEmailPreferencesSettingsPanel.php
@@ -15,8 +15,17 @@
return pht('Email');
}
+ public function isEditableByAdministrators() {
+ if ($this->getUser()->getIsMailingList()) {
+ return true;
+ }
+
+ return false;
+ }
+
public function processRequest(AphrontRequest $request) {
- $user = $request->getUser();
+ $viewer = $this->getViewer();
+ $user = $this->getUser();
$preferences = $user->loadPreferences();
@@ -52,7 +61,7 @@
$form = new AphrontFormView();
$form
- ->setUser($user)
+ ->setUser($viewer)
->appendRemarkupInstructions(
pht(
'These settings let you control how Phabricator notifies you about '.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 2, 6:49 AM (2 d, 5 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7223591
Default Alt Text
D13138.id.diff (1002 B)
Attached To
Mode
D13138: Allow administrators to configure "Email Settings" settings for lists
Attached
Detach File
Event Timeline
Log In to Comment