-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
error in the matrix name translation remove default matrix value for ebios-rm This was a false good idea, as it bypasses the selection of matrices by governance body.
- Loading branch information
1 parent
a12f7ce
commit ab9fbae
Showing
10 changed files
with
33 additions
and
32 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
backend/ebios_rm/migrations/0010_alter_ebiosrmstudy_risk_matrix.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Generated by Django 5.1.4 on 2024-12-21 18:37 | ||
|
||
import django.db.models.deletion | ||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
dependencies = [ | ||
("core", "0046_riskassessment_ebios_rm_study"), | ||
("ebios_rm", "0009_alter_roto_activity"), | ||
] | ||
|
||
operations = [ | ||
migrations.AlterField( | ||
model_name="ebiosrmstudy", | ||
name="risk_matrix", | ||
field=models.ForeignKey( | ||
blank=True, | ||
help_text="Risk matrix used as a reference for the study", | ||
on_delete=django.db.models.deletion.PROTECT, | ||
related_name="ebios_rm_studies", | ||
to="core.riskmatrix", | ||
verbose_name="Risk matrix", | ||
), | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.