Skip to content

Commit

Permalink
Corrected the order routing rule and order routing transition path
Browse files Browse the repository at this point in the history
  • Loading branch information
dixitdeepak committed Jul 25, 2024
1 parent 0c6e72a commit bd386ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<default-response url="../../OrderRoutingGroupDetail"/>
</transition>
<transition name="orderRoutingRule">
<default-response url="../OrderRoutingRule"/>
<default-response url="../../OrderRouting/OrderRoutingRuleDetail"/>
</transition>

<transition name="updateOrderRouting">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parameter name="routingRuleId" required="true"/>

<transition name="orderRouting">
<default-response url="../../../OrderRouting"/>
<default-response url="../../OrderRouting/OrderRoutingDetail"/>
</transition>
<transition name="createOrderRoutingRuleInvCond">
<service-call name="create#co.hotwax.order.routing.OrderRoutingRuleInvCond"/>
Expand Down

0 comments on commit bd386ff

Please sign in to comment.