Commit 90647e8f authored by Arnaud Fontaine's avatar Arnaud Fontaine Committed by Romain Courteaud

WIP

parent 5b127fe9
......@@ -345,6 +345,7 @@ class BusinessConfiguration(Item):
next_state = self.unrestrictedTraverse(transition.getDestination())
for wh in getWorkflowHistory(current_state, self):
if next_state == self.unrestrictedTraverse(wh['current_state']):
import pdb; pdb.set_trace()
configuration_save = self.unrestrictedTraverse(wh['configuration_save_url'])
return configuration_save
......
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