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(api-service): on global preferences update reset workflow preferences per env #7428

Merged

Conversation

LetItRock
Copy link
Contributor

What changed? Why was the change needed?

Fix: when global preferences are updated, reset the workflow preferences per env.

Screenshots

Copy link

netlify bot commented Jan 3, 2025

Deploy Preview for dev-web-novu ready!

Name Link
🔨 Latest commit 62bb835
🔍 Latest deploy log https://app.netlify.com/sites/dev-web-novu/deploys/677ce71c4fc9300008975185
😎 Deploy Preview https://deploy-preview-7428.dashboard.novu-staging.co
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Jan 3, 2025

Deploy Preview for dashboard-v2-novu-staging ready!

Name Link
🔨 Latest commit 62bb835
🔍 Latest deploy log https://app.netlify.com/sites/dashboard-v2-novu-staging/deploys/677ce71c1175b40008a08126
😎 Deploy Preview https://deploy-preview-7428.dashboard-v2.novu-staging.co
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -78,7 +81,7 @@ export class UpsertPreferences {

await this.preferencesRepository.update(
{
_organizationId: command.organizationId,
_environmentId: command.environmentId,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

the fix --> classical

@jainpawan21 jainpawan21 changed the title fix(api): on global preferences update reset workflow preferences per env fix(api-service): on global preferences update reset workflow preferences per env Jan 4, 2025
@LetItRock LetItRock merged commit e9571c3 into next Jan 7, 2025
33 checks passed
@LetItRock LetItRock deleted the fix-global-preferences-to-reset-workflow-preferences-per-env branch January 7, 2025 09:21
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.

3 participants