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
When I want to change the ActivityType for the DiffernceHandling in the XCM-Profile UI, because I switched the "Process Differences"-Option from "DiffActivity" to "I3Val Handler", I expect the next created Activity for that purpose to of the selected activityType. But it falls back to the initially selected activityType, resulting in activityType not switchable.
steps to reproduce
installed versions:
XCM 1.11.0,
I3Val Input Validation 0.5-alpha13
CiviCRM 5.58.1
create XCM-Profile with initial DifferenceHandling
edit this profile -> DifferenceHandling -> Process Differences: I3Val Handler and switch activityType to any other
use Profile via API (contact.getorcreate) -> activityType of the newly created DifferenceActivity is still the same as before
switch back to ProcessDifferences: "Diff Activity" in the profile and keep the newly created ActivityType: test again -> new activityType is used
The text was updated successfully, but these errors were encountered:
When I want to change the ActivityType for the DiffernceHandling in the XCM-Profile UI, because I switched the "Process Differences"-Option from "DiffActivity" to "I3Val Handler", I expect the next created Activity for that purpose to of the selected activityType. But it falls back to the initially selected activityType, resulting in activityType not switchable.
steps to reproduce
The text was updated successfully, but these errors were encountered: