Skip to content

Re Enable a Successful Match

Elliot edited this page Feb 1, 2019 · 1 revision
  1. Via the console, find the match: m = ClientOpportunityMatch.find(1234)
  2. m.update(closed: false, active: true)
  3. m.current_decision.update(status: nil) to back it up to the step prior to completion
  4. m.current_decision.update(status: :pending) to un-complete the current step.
  5. At this point you can use the web-interface to move the match to the appropriate step.