Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Implemented
-
Release Branch 13.07, Trunk
Description
I convert the ProdCatalog CRUD service to entity-auto.
I have just a dout on method addProductCategoryToProdCatalog because we lost with entity-auto the test
<if-empty field="productCategory">
<add-error><fail-property resource="ProductUiLabels" property="ProductCategoryNotFoundForCategoryID"/></add-error>
</if-empty>
<check-errors/>
I run manual test :
- create/update catalog
- create/update/delete category association
- create/update/delete party association
I run ./ant clean-all load-demo run-tests with success