Changes between Version 3 and Version 4 of Ticket #4015, comment 27


Ignore:
Timestamp:
Dec 28, 2016, 8:55:27 PM (7 years ago)
Author:
bb

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4015, comment 27

    v3 v4  
    1 The SetNextState call is dumb now (PushOrderFront will take care of swapping the state), so can removed, also the data object in the pushOrderFront call (which is empty now) should contain something under the "force" key I think it is best to put { "force": this.order.data.force } there. (Maybe similar this can be added in L3855 and L3865 too changing {{{true}}} to {{{data.force}}})
     1The SetNextState call is dumb now (PushOrderFront will take care of swapping the state), so can removed, also the data object in the pushOrderFront call (which is empty now) should contain something under the "force" key I think it is best to put { "force": this.order.data.force } there. (Maybe similar this can be added in L3855 and L3865 too changing {{{true}}} to {{{data.force}}}).
    22
    33Also the remarks about PushOrderFront (see previous post) doesn't seem implemented yet.