Commit 891a4781 authored by Georgios Dagkakis's avatar Georgios Dagkakis

change in labels

parent b4c7398c
...@@ -13,7 +13,7 @@ class BatchesWIPShort(plugin.InputPreparationPlugin): ...@@ -13,7 +13,7 @@ class BatchesWIPShort(plugin.InputPreparationPlugin):
""" """
def preprocess(self, data): def preprocess(self, data):
if data['general'].get('wipSource',None)=='By KE': if data['general'].get('wipSource',None)=='KE tool':
return data return data
nodes=data['graph']['node'] nodes=data['graph']['node']
......
...@@ -25,10 +25,10 @@ ...@@ -25,10 +25,10 @@
"wipSource": { "wipSource": {
"default": "Manually", "default": "Manually",
"priority": 8.5, "priority": 8.5,
"description": "Would the WIP be inputted by KE or Manually", "description": "Would the WIP be inputted by KE tool or Manually",
"enum": [ "enum": [
"Manually", "Manually",
"By KE" "KE tool"
], ],
"name": "WIP Source. Would the WIP be inputted by KE or Manually?", "name": "WIP Source. Would the WIP be inputted by KE or Manually?",
"type": "string" "type": "string"
......
Markdown is supported
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