Project

General

Profile

Feature #1490

Updated by Vít Švanda about 5 years ago

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: 
 * Upload file to EAV - done 
 * Download file from EAV 
 * Show attachment content (display image if it is an image, show text if it is a text file, download otherwise) 
 * Allow restricting access to the eav content using separate permission (can upload, can download) 
 * 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) 
 

Back