Log in
Skip to main content
Skip to sidebar
Linked Applications
Loading…
Dashboards
Projects
Issues
Capture
Getting started
Give feedback to Atlassian
Help
Jira Core help
Keyboard Shortcuts
About Jira
Jira Credits
Log In
Xray Notification Settings
Runtime
RUNTIME-3746
Enhance ServerComm to avoid null callback
Log In
Closed
Export
null
XML
Word
Printable
Details
Type:
Bug
Resolution:
Fixed
Priority:
Major
Fix Version/s:
4.5.10
,
4.6.0
Affects Version/s:
None
Component/s:
None
Labels:
None
Sprint:
4.6 M6
Description
message.callback.forEach(function(cb) {
if (!cb || !cb.handler)
{ throw new Error("The message cannot be sent with a null callback or a null handler"); }
});
Attachments
Activity
People
Assignee:
Raphaël Franchet
Reporter:
Raphaël Franchet
Votes:
0
Vote for this issue
Watchers:
2
Start watching this issue
Dates
Created:
29/Sep/22 16:38
Updated:
30/Jan/23 10:18
Resolved:
11/Oct/22 18:49