Ref T4324. Currently, it's a bit of a pain to send yourself notifications, and often involves multiple browsers. Instead, add a button to send them.
Details
Details
- Reviewers
btrahan - Maniphest Tasks
- T4324: Change notification server so it only alerts appropriate clients
- Commits
- Restricted Diffusion Commit
rP18f856ac6f1f: Add a "Send Test Notification" button to make testing the server easier
{F114495}
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
src/applications/notification/controller/PhabricatorNotificationIndividualController.php | ||
---|---|---|
29 | (This fixes an issue where a renderer might return array($some_node), which is the same as $some_node when rendering in PHP, but which the JS stuff chokes on.) |