-
Notifications
You must be signed in to change notification settings - Fork 128
Fix isReady & mandatory fields on inject form #3336
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
base: release/current
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/current #3336 +/- ##
=====================================================
+ Coverage 44.28% 44.30% +0.01%
- Complexity 2641 2643 +2
=====================================================
Files 724 725 +1
Lines 21988 21994 +6
Branches 1502 1502
=====================================================
+ Hits 9738 9744 +6
Misses 11727 11727
Partials 523 523 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like it might need a database migration to account for existing contracts not having the new field names (and having old ones that arent' recognised anymore)
openbas-model/src/main/java/io/openbas/database/model/InjectorContract.java
Outdated
Show resolved
Hide resolved
f0f1774
to
ed60387
Compare
No migration is needed because contracts are automatically updated at application startup. This process ensures that existing contracts are aligned with the new field structures, handling both legacy fields and newly introduced ones seamlessly. |
d4274a1
to
32c5192
Compare
Proposed changes
Linked to: