Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
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
Showing
with
6 additions
and 3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters