You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed: Update communication event failed if statusId is null (OFBIZ-13258)
When you updated a communication event and you move it statusId from null to another value, function setCommunicationEventStatus failed because it tried to valid the status change with null value.
By the way, error message sent to user didn't work after the minilang to groovy migration
Copy file name to clipboardExpand all lines: applications/party/src/main/groovy/org/apache/ofbiz/party/communication/CommunicationEventServicesScript.groovy
0 commit comments