/[Apache-SVN]
ViewVC logotype

Revision 1866558


Jump to revision: Previous Next
Author: nmalin
Date: Sat Sep 7 15:51:06 2019 UTC (4 years, 7 months ago)
Changed paths: 9
Log Message:
Improved: PicklistStatusHistory doesn't follow history entity status pattern
(OFBIZ-11182)
The entity PicklistStatusHistory record each status change realized on picklist.

It can't be convert to entity-auto easily because PicklistStatusHistory's fields pattern
doesn't follow same entities like ShipmentStatus and PartyStatus.

To solve this issue, I deprecate PicklistStatusHistory and move it to OldPicklistStatusHistory
and replace it by new entity PicklistStatus that can use natively with entityauto.

I added a new migration service migrateOldPicklistStatusHistoryToPickListStatus to forward all 
picklist status history to new entity.

Changed paths

Path Details
Directoryofbiz/ofbiz-framework/trunk/applications/datamodel/entitydef/shipment-entitymodel.xml modified , text changed
Directoryofbiz/ofbiz-framework/trunk/applications/product/groovyScripts/shipment/ added
Directoryofbiz/ofbiz-framework/trunk/applications/product/groovyScripts/shipment/picklist/ added
Directoryofbiz/ofbiz-framework/trunk/applications/product/groovyScripts/shipment/picklist/PicklistServices.groovy added
Directoryofbiz/ofbiz-framework/trunk/applications/product/minilang/shipment/picklist/PicklistServices.xml modified , text changed
Directoryofbiz/ofbiz-framework/trunk/applications/product/ofbiz-component.xml modified , text changed
Directoryofbiz/ofbiz-framework/trunk/applications/product/servicedef/services_picklist.xml modified , text changed
Directoryofbiz/ofbiz-framework/trunk/applications/product/servicedef/services_upgrade.xml added
Directoryofbiz/ofbiz-framework/trunk/applications/product/template/facility/PicklistManage.ftl modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26