An error occurred while fetching the assigned milestone of the selected merge_request.
Fix an exception in notifier when message is empty
1 unresolved thread
If there is an issue sending a notification the callback is invoked with just the error argument and no message. Then in the callback checkActivationNotifierResponse is called with the message argument without checking first if it is valid causing an exception.
Before this change the error shown was: "Problem initializing notification" "TypeError: Cannot read property 'trim' of undefined
The real error was masked by the exception: "Problem with notification" "Error: not found: notify-send"
Closes https://gitlab.com/gitlab-org/gitter/desktop/issues/185
Edited by username-removed-892863
Merge request reports
Activity
mentioned in issue #185
assigned to @agrare
added needs rework label
Please register or sign in to reply