pimcore / personalization-bundle

Personalization community bundle provides personalization features such as behavioral targeting, visitor profiling and personalized content for Pimcore.
https://pimcore.com/docs/platform/Targeting/
Other
1 stars 7 forks source link

[BUG] Document customization based on target group not working #69

Closed tomhatzer closed 3 months ago

tomhatzer commented 4 months ago

Pimcore Version: v11.1.5 Personalization Bundle Version: v1.0.3 (Installed and enabled)

Issue: After migrating from Pimcore 10 to Pimcore 11 we experience the following problem: When we update a document and want to change content/editables for a specific Target Group, we don't get the right click Action to overwrite editables and if we change anything in the content, it will be saved for the default version, losing everything that was there before the changes.

Steps to reproduce:

Additional information:

Is this problem reproducible in the Pimcore demo: No (we have the classic admin UI based on ExtJS)

Probably related issue: https://github.com/pimcore/pimcore/issues/14394

Thank you very much for your help!

Best wishes Tom

tomhatzer commented 3 months ago

Small update on this. We found the bug in our codebase. We extended the Page model and Dao classes and forgot to update them to the new namespace (the one from the bundle).

After we updated it, the functionality went back to the correct one. I‘ll close this issue as it‘s not a bug of the bundle.

Thank you very much and sorry if this has caused any inconvenience.

Have a lovely day!

Tom