Actions
Task #1495
closedProvision attachment from eav
Start date:
02/11/2019
Due date:
% Done:
100%
Estimated time:
Owner:
Description
The goal of this ticket is to expand a feature of attachments in eav, which currently only supports upload of a file.
Requirements on the feature:- Allow provisioning of eav content - send data as byte array (only byte array is supported in ConnId)
- Allow provisioning transformation of attachment eav (usecase: we want to provision image data in one attribute and determine its type in other attribute)
Related issues
Updated by Radek Tomiška almost 6 years ago
- Related to Feature #1490: Download and show attachment from eav added
Updated by Vít Švanda almost 6 years ago
I implemented supports for provisioning of attachment.
Fixed problem with compare a byte arrays.
Documentation: https://wiki.czechidm.com/9.3/documentation/provisioning/dev/provisioning#provisioning_of_attachment
Commit + tests: https://github.com/bcvsolutions/CzechIdMng/commit/c85b69df80b7798a57722a53eaee5e2696e7e53e
Updated by Vít Švanda almost 6 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Vít Švanda to Radek Tomiška
Updated by Ondřej Kopr almost 6 years ago
- Assignee changed from Radek Tomiška to Ondřej Kopr
Updated by Ondřej Kopr almost 6 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Ondřej Kopr to Vít Švanda
- % Done changed from 90 to 100
Its working as I expect good job. But this feature hasn't so impact as #1490. But this is also good :D.
Your new DTO that you send to mapping script is very user friendly and make implementators works easier than before.
Thank you.
Actions