Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed: Decrypt a field on embedded entity-view failed
(OFBIZ-11078) When you tried to decrypt a field present on embedded entity-view, key use is the view name and not the final entity who contains this field. You currently have the problem on PartyContactMechDetail where if you want to displaying the ftpPassword for a FtpAddress, the view failed and tried to use ContactMechDetail to decrypt instead of FtpAddress To solve it, we iterate on the entity contains the field in the view while is an entity-view : PartyContactMechDetail.ftpPassword -> ContactMechDetail.ftpPassword -> FtpAddress.ftpPassword -> key found FtpAddress git-svn-id: https://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk@1860365 13f79535-47bb-0310-9956-ffa450edef68
- Loading branch information