Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Implemented
-
Trunk
Description
I converted CRUD service to entity-auto for :
- ProductFeatureCategory
- ProductFeature
- ProductFeatureAppl
- ProductFeatureCategoryAppl
- ProductFeatureCatGrpAppl
- ProductFeatureGroup
- ProductFeatureType
- ProductFeatureApplAttr
- ProductFeaturePrice
I keep to service in mini lang :
- applyFeatureToProductFromTypeAndCode because it's really specific
- createProductFeatureType : there is a analyze of id
I run manual test create/update/delete from product feature screen with success and I run ./ant clean-all load-demo run-tests without error