Skip to content
Snippets Groups Projects
Commit 29c305fb authored by Oussama's avatar Oussama Committed by ludovic Blanchet
Browse files

fix file_format issue

parent 2c192b54
No related branches found
No related tags found
No related merge requests found
......@@ -133,6 +133,9 @@ db.profiles.insert({
{
"name": "ROLE_UPDATE_FILE_FORMATS"
},
{
"name": "ROLE_IMPORT_FILE_FORMATS"
},
{
"name": "ROLE_DELETE_FILE_FORMATS"
}
......@@ -334,7 +337,8 @@ db.groups.updateOne( {
"system_dsl",
"system_probative_value",
"system_logbook_operation",
"system_holding_filling_scheme_profile"
"system_holding_filling_scheme_profile",
"system_file_format"
]
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment