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(overriderules): allow override rules only when the service is created #1259

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

gauthier-th
Copy link
Collaborator

@gauthier-th gauthier-th commented Jan 14, 2025

Description

If you setup an override rule on a service that is not created yet, the override rule doesn't get added to the service because it has no ID, but a record for that override rule is nonetheless created. This PR allows override rules only when the service is setup.

To-Dos

  • Successful build pnpm build
  • Translation keys pnpm i18n:extract
  • Database migration (if required)

…ated

If you setup an override rule on a service that is not created yet, the override rule doesn't get
added to the service because it has no ID, but a record for that override rule is nonthless created.
This PR allows override rules only when the service is setup.
@gauthier-th gauthier-th merged commit ce1b39f into develop Jan 15, 2025
6 checks passed
@gauthier-th gauthier-th deleted the fix-override-rules-empy-service branch January 15, 2025 16:08
@fallenbagel
Copy link
Owner

🎉 This PR is included in version 2.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants