Skip to content
Snippets Groups Projects
Commit 9c96d59c authored by James Johnson's avatar James Johnson
Browse files

Added default option for objective setting

parent f59a278c
No related branches found
No related tags found
1 merge request!194Removed default option for objective setting
......@@ -8,4 +8,4 @@ class KPISpecification(HasStrictTraits):
name = Identifier()
#: The expected outcome of the procedure relative to this KPI.
objective = Enum("", "MINIMISE")
objective = Enum("", "DEFAULT", "MINIMISE")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment