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
The ContactSegment Bao tries to do a good job when deactivating a parent segment. It assumes however that contact_id, and the segmend_id are supplied as paremeters. See line 198,199.
The ContactSegment Bao tries to do a good job when deactivating a parent segment. It assumes however that contact_id, and the segmend_id are supplied as paremeters. See line 198,199.
However the ContactSegment Disable job does not always do this, so it fails with an exception. (Documented in https://smit.pum.nl/issues/3851)
Solution, add the parameters to the disable api.
The text was updated successfully, but these errors were encountered: