Skip to content

Commit

Permalink
Release 2.2.0 changes (#187)
Browse files Browse the repository at this point in the history
* Update XML files to use new XSD references for the 3.0.0 release series

* In component.xml bump versions for upcoming release

* Add more release notes from review of commits since last release, update year in AUTHORS
  • Loading branch information
jonesde authored May 31, 2022
1 parent e69ed10 commit a8906d6
Show file tree
Hide file tree
Showing 93 changed files with 111 additions and 95 deletions.
4 changes: 2 additions & 2 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ that are otherwise encumbered.

Signed by git commit adding my legal name and git username:

Written in 2010-2020 by David E. Jones - jonesde
Written in 2010-2022 by David E. Jones - jonesde
Written in 2021-2021 by D. Michael Jones - acetousk
Written in 2014-2015 by Solomon Bessire - sbessire
Written in 2012-2016 by Sam Hamilton - samhamilton
Expand Down Expand Up @@ -76,7 +76,7 @@ litigation is filed.

Signed by git commit adding my legal name and git username:

Written in 2010-2020 by David E. Jones - jonesde
Written in 2010-2022 by David E. Jones - jonesde
Written in 2021-2021 by D. Michael Jones - acetousk
Written in 2014-2015 by Solomon Bessire - sbessire
Written in 2014-2015 by Yao Chunlin - chunlinyao
Expand Down
16 changes: 16 additions & 0 deletions ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@

Mantle Business Artifacts - Universal Service Library Release Notes

===========================================================================
Release 2.2.0 - 31 May 2022
===========================================================================

Mantle Universal Service Library 2.2.0 is a minor new feature and
bug fix release. This release is based on Moqui Framework 3.0.0, and
mantle-udm 2.2.0.

While there are a few new services, the majority of changes are to add
options, improve behavior, track more data, or fix issues in existing
services.

For a complete list of changes see:

https://github.com/moqui/mantle-usl/compare/v2.1.2...v2.2.0

===========================================================================
Release 2.1.2 - 07 Dec 2019
===========================================================================
Expand Down
6 changes: 3 additions & 3 deletions component.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<component xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/moqui-conf-2.1.xsd"
name="mantle-usl" version="2.1.2">
<depends-on name="mantle-udm" version="2.1.2"/>
<component xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/moqui-conf-3.xsd"
name="mantle-usl" version="2.2.0">
<depends-on name="mantle-udm" version="2.2.0"/>
</component>
2 changes: 1 addition & 1 deletion entity/Accounting.eecas.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You should have received a copy of the CC0 Public Domain Dedication
along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<eecas xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-eca-2.1.xsd">
<eecas xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-eca-3.xsd">
<!-- update Invoice totals (invoiceTotal, appliedPaymentsTotal, unpaidTotal) on changes to InvoiceItem and PaymentApplication -->
<eeca id="InvoiceItemUpdateInvoiceTotals" entity="mantle.account.invoice.InvoiceItem"
on-create="true" on-update="true" on-delete="true" run-on-error="false">
Expand Down
2 changes: 1 addition & 1 deletion entity/AccountingAccountViewEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-2.1.xsd">
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">

<!-- ========================================================= -->
<!-- mantle.account.financial -->
Expand Down
2 changes: 1 addition & 1 deletion entity/AccountingLedgerViewEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-2.1.xsd">
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">

<!-- ========================================================= -->
<!-- mantle.ledger.account -->
Expand Down
2 changes: 1 addition & 1 deletion entity/AccountingOtherViewEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-2.1.xsd">
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">

<!-- ========================================================= -->
<!-- mantle.other.budget -->
Expand Down
2 changes: 1 addition & 1 deletion entity/FacilityViewEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You should have received a copy of the CC0 Public Domain Dedication
along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-2.1.xsd">
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">

<view-entity entity-name="FacilityAndOwnerDetail" package="mantle.facility">
<member-entity entity-alias="FAC" entity-name="mantle.facility.Facility"/>
Expand Down
2 changes: 1 addition & 1 deletion entity/HumanResourcesViewEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-2.1.xsd">
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">
<!-- ========================================================= -->
<!-- - mantle.humanres.ability -->
<!-- - mantle.humanres.employment -->
Expand Down
2 changes: 1 addition & 1 deletion entity/Order.eecas.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You should have received a copy of the CC0 Public Domain Dedication
along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<eecas xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-eca-2.1.xsd">
<eecas xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-eca-3.xsd">
<eeca id="OrderItemHandleChange" entity="mantle.order.OrderItem" on-create="true" on-update="true" on-delete="true"
run-on-error="false" get-entire-entity="true" get-original-value="true">
<actions><service-call name="mantle.order.OrderServices.handle#OrderItemChange" in-map="context"/></actions>
Expand Down
2 changes: 1 addition & 1 deletion entity/OrderViewEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-2.1.xsd">
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">
<!-- ========================================================= -->
<!-- - mantle.order -->
<!-- - mantle.order.return -->
Expand Down
2 changes: 1 addition & 1 deletion entity/PartyViewEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-2.1.xsd">
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">

<!-- ========================================================= -->
<!-- mantle.party -->
Expand Down
2 changes: 1 addition & 1 deletion entity/ProductAsset.eecas.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You should have received a copy of the CC0 Public Domain Dedication
along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<eecas xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-eca-2.1.xsd">
<eecas xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-eca-3.xsd">
<!-- AssetDetail should never be updated or deleted, but handle those just in case -->
<eeca id="AssetDetailUpdateAsset" entity="mantle.product.asset.AssetDetail" on-create="true">
<!-- NOTE: only runs on-create, AssetDetail records should not be updated or deleted, if they are needs to be supported somehow -->
Expand Down
2 changes: 1 addition & 1 deletion entity/ProductAssetViewEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-2.1.xsd">
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">

<!-- ========================================================= -->
<!-- mantle.product.asset -->
Expand Down
2 changes: 1 addition & 1 deletion entity/ProductDefinitionViewEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-2.1.xsd">
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">

<!-- ========================================================= -->
<!-- mantle.product -->
Expand Down
2 changes: 1 addition & 1 deletion entity/ProductStoreViewEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You should have received a copy of the CC0 Public Domain Dedication
along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-2.1.xsd">
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">

<!-- ========================================================= -->
<!-- mantle.product.store -->
Expand Down
2 changes: 1 addition & 1 deletion entity/RequestViewEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-2.1.xsd">
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">
<!-- ========================================================= -->
<!-- - mantle.request -->
<!-- - mantle.request.requirement -->
Expand Down
2 changes: 1 addition & 1 deletion entity/ShipmentViewEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-2.1.xsd">
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">
<!-- ========================================================= -->
<!-- - mantle.shipment -->
<!-- - mantle.shipment.carrier -->
Expand Down
2 changes: 1 addition & 1 deletion entity/Work.eecas.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You should have received a copy of the CC0 Public Domain Dedication
along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<eecas xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-eca-2.1.xsd">
<eecas xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-eca-3.xsd">
<eeca id="TimeEntryUpdateTask" entity="mantle.work.time.TimeEntry"
on-create="true" on-update="true" on-delete="true" get-entire-entity="true">
<condition><expression>workEffortId</expression></condition>
Expand Down
2 changes: 1 addition & 1 deletion entity/WorkEffortViewEntities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-2.1.xsd">
xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/entity-definition-3.xsd">

<!-- ========================================================= -->
<!-- - mantle.work.effort -->
Expand Down
2 changes: 1 addition & 1 deletion service/AccountingFinancial.secas.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You should have received a copy of the CC0 Public Domain Dedication
along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<secas xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/service-eca-2.1.xsd">
<secas xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/service-eca-3.xsd">
<!-- now called directly by deposit and withdraw services:
<seca service="create#mantle.account.financial.FinancialAccountTrans" when="post-service">
<!- - FinancialAccountTrans is create-only so only trigger on create - ->
Expand Down
2 changes: 1 addition & 1 deletion service/AccountingInvoice.secas.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You should have received a copy of the CC0 Public Domain Dedication
along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<secas xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/service-eca-2.1.xsd">
<secas xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/service-eca-3.xsd">
<!-- Create sales invoice on Outgoing Shipment Packed -->
<seca id="ShipmentOutgoingPackedCreateInvoices" service="update#mantle.shipment.Shipment" when="post-service">
<condition><expression>statusChanged &amp;&amp; statusId == 'ShipPacked' &amp;&amp; !(oldStatusId in ['ShipShipped', 'ShipDelivered'])</expression></condition>
Expand Down
2 changes: 1 addition & 1 deletion service/AccountingLedger.secas.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You should have received a copy of the CC0 Public Domain Dedication
along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<secas xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/service-eca-2.1.xsd">
<secas xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/service-eca-3.xsd">
<!-- Invoice GL Posting -->
<seca id="InvoiceGlPost" service="update#mantle.account.invoice.Invoice" when="post-service" run-on-error="false">
<condition><expression>statusChanged &amp;&amp; (statusId == 'InvoiceFinalized' || statusId == 'InvoiceApproved')</expression></condition>
Expand Down
2 changes: 1 addition & 1 deletion service/AccountingPayment.secas.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You should have received a copy of the CC0 Public Domain Dedication
along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<secas xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/service-eca-2.1.xsd">
<secas xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/service-eca-3.xsd">
<!-- Authorize Payment when Order Placed -->
<seca id="OrderPlacedAuthorizePayments" service="update#mantle.order.OrderHeader" when="post-service" run-on-error="false">
<condition><expression>statusChanged &amp;&amp; statusId == 'OrderPlaced'</expression></condition>
Expand Down
2 changes: 1 addition & 1 deletion service/OrderReturn.secas.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You should have received a copy of the CC0 Public Domain Dedication
along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<secas xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/service-eca-2.1.xsd">
<secas xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/service-eca-3.xsd">
<!-- Order Notifications -->
<seca id="OrderPlacedSendEmail" service="update#mantle.order.OrderHeader" when="tx-commit">
<condition><expression>statusChanged &amp;&amp; statusId == 'OrderPlaced'</expression></condition>
Expand Down
2 changes: 1 addition & 1 deletion service/Party.secas.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You should have received a copy of the CC0 Public Domain Dedication
along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<secas xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/service-eca-2.1.xsd">
<secas xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/service-eca-3.xsd">
<seca id="UserInitialAdminCreatePerson" service="org.moqui.impl.UserServices.create#InitialAdminAccount" when="post-service" run-on-error="false">
<condition><expression>userId &amp;&amp; !partyId</expression></condition>
<actions><service-call name="mantle.party.PartyServices.create#UserAccountPerson" in-map="context"/></actions>
Expand Down
2 changes: 1 addition & 1 deletion service/ProductAsset.secas.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You should have received a copy of the CC0 Public Domain Dedication
along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<secas xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/service-eca-2.1.xsd">
<secas xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/service-eca-3.xsd">
<seca id="AssetStatusAvailableReservations" service="update#mantle.product.asset.Asset" when="post-service">
<condition><expression>statusChanged &amp;&amp; statusId == 'AstAvailable'</expression></condition>
<actions><service-call name="mantle.product.AssetServices.reserve#IncreasedAsset" in-map="context"/></actions>
Expand Down
2 changes: 1 addition & 1 deletion service/ProductSubscription.secas.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You should have received a copy of the CC0 Public Domain Dedication
along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<secas xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/service-eca-2.1.xsd">
<secas xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/service-eca-3.xsd">
<seca id="OrderApprovedFulfillSubscriptions" service="update#mantle.order.OrderHeader" when="post-service">
<condition><expression>statusChanged &amp;&amp; statusId == 'OrderApproved'</expression></condition>
<actions><service-call name="mantle.product.SubscriptionServices.fulfill#OrderSubscriptions" in-map="context"/></actions>
Expand Down
2 changes: 1 addition & 1 deletion service/Shipment.secas.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You should have received a copy of the CC0 Public Domain Dedication
along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<secas xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/service-eca-2.1.xsd">
<secas xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/service-eca-3.xsd">
<!-- Shipment Notices -->
<seca id="ShipmentShippedSendEmail" service="update#mantle.shipment.Shipment" when="tx-commit">
<condition><expression>statusChanged &amp;&amp; statusId == 'ShipShipped'</expression></condition>
Expand Down
2 changes: 1 addition & 1 deletion service/WorkEffort.secas.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You should have received a copy of the CC0 Public Domain Dedication
along with this software (see the LICENSE.md file). If not, see
<http://creativecommons.org/publicdomain/zero/1.0/>.
-->
<secas xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/service-eca-2.1.xsd">
<secas xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://moqui.org/xsd/service-eca-3.xsd">
<!-- On all Work Efforts auto set actualStartDate on WeInProgress and actualCompletionDate on WeComplete -->
<seca id="WorkEffortStartCompleteDates" service="update#mantle.work.effort.WorkEffort" when="post-service">
<condition><expression>statusChanged &amp;&amp; statusId in ['WeInProgress', 'WeComplete']</expression></condition>
Expand Down
Loading

0 comments on commit a8906d6

Please sign in to comment.