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

[ACCOUNT-2706] fix: getUncachedConfiguration single shop context #436

Merged
merged 3 commits into from
Oct 4, 2024

Conversation

hschoenenberger
Copy link
Contributor

@hschoenenberger hschoenenberger commented Oct 3, 2024

@hschoenenberger hschoenenberger changed the title fix: getUncachedConfiguration single shop context [ACCOUNT-2703] fix: getUncachedConfiguration single shop context Oct 3, 2024
@hschoenenberger hschoenenberger requested a review from a team October 3, 2024 15:11
@hschoenenberger hschoenenberger changed the title [ACCOUNT-2703] fix: getUncachedConfiguration single shop context [ACCOUNT-2706] fix: getUncachedConfiguration single shop context Oct 3, 2024
Copy link

sonarcloud bot commented Oct 3, 2024

Copy link
Contributor

@jokesterfr jokesterfr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ça semble good pour moi, mais je n'ai pas vraiment compris la logique métier qui s'y cache. La PR qui ajoute un timeout est déjà embarquée dans la dernière beta... Donc ici c'est plus spécifiquement pour corriger des soucis dans le cas de boutique en multishop c'est ça ?

@hschoenenberger
Copy link
Contributor Author

Ça semble good pour moi, mais je n'ai pas vraiment compris la logique métier qui s'y cache. La PR qui ajoute un timeout est déjà embarquée dans la dernière beta... Donc ici c'est plus spécifiquement pour corriger des soucis dans le cas de boutique en multishop c'est ça ?

C'est la lecture de la configuration avec la méthode 'uncached' qui posait problème quand on est en single shop et q'on execute du code "contectcualisé" avec execInShopContext en spécifiant l'id de la shop. On ne retournait aucune valeur.
On aligne le comportement sur la méthode du core qui va ignorer l'id shop en single shop.

@hschoenenberger hschoenenberger merged commit 811ba50 into main Oct 4, 2024
12 checks passed
@hschoenenberger hschoenenberger deleted the fix/get-uncached-configuration branch October 4, 2024 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants