-
Notifications
You must be signed in to change notification settings - Fork 467
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
Issue 29709 make personalization work with keytag #29715
Issue 29709 make personalization work with keytag #29715
Conversation
To test - use the starter site:
Traditionalhttp://127.0.0.1:8082/?com.dotmarketing.persona.id=WinterEnthusiast http://127.0.0.1:8082/?com.dotmarketing.persona.id=EcoEnthusiast http://127.0.0.1:8082/?com.dotmarketing.persona.id=OceanEnthusiast In NextJS example:http://localhost:3000/?personaId=EcoEnthusiast |
Quality Gate passedIssues Measures |
Proposed Changes
This change allows personas to be resolved by either Id or by keytag. It is important because it makes the personas actually usable from the front end without having to go into the backend to get a personas identifier
This PR fixes: #29709