cannot delete shouts with PARTIALEXECUTION

Bug #601313 reported by Thomas Radons
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
TAC Energy
Fix Committed
High
Unassigned

Bug Description

I am not able to delete a Shout which was partly executed. If a shout was partly executetd I also want to delet the restQuantity of the shout.
In code I tried this:

def onOrderStatusUpdateReceived(Shout shout, GPathResult gpathSource) {
    log.info "Shout received: ${shout.shoutID} - with Mod ${shout.modReasonCode}"

    if(shout.modReasonCode==ModReasonCode.PARTIALEXECUTION){
      log.info "partialExecution $shout.shoutID"
      submissionService.deleteShout(shout)
    }

I do not receive further OrderStatusUpdates with this shoutID (Expected was an OrderStatusUpdate with DELETIONBYUSER)

Related branches

Changed in tacenergy:
status: New → Fix Committed
importance: Undecided → High
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.