Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with the target editable data #49

Merged
merged 4 commits into from
Jul 13, 2023
Merged

Fix issue with the target editable data #49

merged 4 commits into from
Jul 13, 2023

Conversation

aryaantony92
Copy link
Contributor

Resolves #46

'TargetingElementListener' was extracted from the 'ElementListener' when the personalization bundle was refactored. Since both listeners had the same priority, 'ElementListener' was executing after the 'TargetingElementListener'. But, the 'TargetingElementListener' only sets the target group id to the document. So, it should be executed after the 'ElementListener'.

@dvesh3 dvesh3 merged commit d912b19 into 1.0 Jul 13, 2023
7 checks passed
@dvesh3 dvesh3 deleted the fix_target_editables branch July 13, 2023 10:56
@github-actions github-actions bot locked and limited conversation to collaborators Jul 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Editable data in the document gets overwritten with the with different tatget group variants
2 participants