Skip to content

Commit

Permalink
including resolution state = Rejected, in the configuration files, th…
Browse files Browse the repository at this point in the history
…at were not changed in the commit for solving issue 59
  • Loading branch information
luissian committed Jan 25, 2022
1 parent 2e5a0f7 commit c5488e9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions conf/new_installation_loading_tables.json
Original file line number Diff line number Diff line change
Expand Up @@ -19129,6 +19129,13 @@
"resolutionStateName": "Cancelled"
}
},
{
"model": "iSkyLIMS_drylab.resolutionstates",
"pk": 5,
"fields": {
"resolutionStateName": "Rejected"
}
},
{
"model": "iSkyLIMS_clinic.configsetting",
"pk": 1,
Expand Down
7 changes: 7 additions & 0 deletions conf/upgrade_loading_tables.json
Original file line number Diff line number Diff line change
Expand Up @@ -18864,6 +18864,13 @@
"resolutionStateName": "Cancelled"
}
},
{
"model": "iSkyLIMS_drylab.resolutionstates",
"pk": 5,
"fields": {
"resolutionStateName": "Rejected"
}
},
{
"model": "django_utils.classificationarea",
"pk": 1,
Expand Down

0 comments on commit c5488e9

Please # to comment.