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: Localization updating - dev query parameter dynamic setting #112

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

BucekJiri
Copy link
Contributor

NStack has a Publish feature for localizations - localization changes need to be published in order to be visible in production.

Setting the dev flag to true in the localize/resources endpoint to the NStack API fetches the localization changes even if they are not published.

This was hardcoded to true and triggered unnecessary requests in the production. The dev query parameter should be set to true only while developing locally.

@mariusc mariusc merged commit ec49080 into main Apr 19, 2024
@mariusc mariusc deleted the fix/debug_mode branch April 19, 2024 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants