Skip to content
Snippets Groups Projects
Commit bfe208cd authored by pybelecalo's avatar pybelecalo Committed by bouhaddouzay
Browse files

[TECH] : Fix system logbook operation profile id

parent f58e9c52
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ db.groups.updateOne( {
"system_secure",
"system_dsl",
"system_probative_value",
"system_logbook_operation_profile"
"system_logbook_operation"
]
}
}
......@@ -42,7 +42,7 @@ db.groups.updateOne( {
"system_secure",
"system_dsl",
"system_probative_value",
"system_logbook_operation_profile"
"system_logbook_operation"
]
}
}
......@@ -64,7 +64,7 @@ db.groups.updateOne( {
"system_secure",
"system_dsl",
"system_probative_value",
"system_logbook_operation_profile"
"system_logbook_operation"
]
}
}
......
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