Fix campaign action to link contact with custom item UI issue#296
Fix campaign action to link contact with custom item UI issue#296npracht wants to merge 1 commit intoacquia:stagingfrom
Conversation
|
I have tried this fix and it is not working for me. Tested on 4.4.4 and 4.4.0 |
|
I've tested in 4.4.5 and this fix it does not work for me. The only way that I can make it work is to set the hidden input value with the ID of the custom object manually (using the browser inspector). For example, if you want to link the ID 2, just do:
Then confirm that the ID is set:
Then, just save it and it will work. |
|
Hello, There is an error in the fix. The line is missing an opening parenthesis "(" The corrected code at line 13 should read:
I have tested it and it works on v4.4.9 |
|
@npracht can you take a look at the feedback above? |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
The original PR is not working, but the suggestion above is working for me on 5.2.2. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please remove the |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please remove the |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please remove the |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please remove the |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please remove the |
Description:
In campaign when you try to link to a custom item, when you type in the input it should suggest the list of custom item existing (cf:acquia/mc-cs-plugin-custom-objects/wiki/Campaign-Events).
But the list is not displayed. I tried to write the custom item name, but doesn't work on contacts, the link is not done when campaign triggers.
Steps to test this PR: