Task #1302
closedUpload attachment as eav attribute
100%
Description
Create new face type for uploading attachment in eav attributes:
- reuse persistent type uuid
- create new rendered on FE for uploading file
- persist attachment on BE
Updated by Radek Tomiška about 6 years ago
- Status changed from New to In Progress
Updated by Radek Tomiška about 6 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Radek Tomiška to Vít Švanda
- % Done changed from 0 to 90
I created new persistent type 'ATTACHMENT' and it's possible to upload file as eav attribute - it's supported single file for now, but multiple files can be implemented in future.
Commit:
https://github.com/bcvsolutions/CzechIdMng/commit/ee76a3494c2deddce48c0a8da4b582afaa036c6c
Documentation
https://wiki.czechidm.com/devel/documentation/application_configuration/dev/dynamic-forms
https://wiki.czechidm.com/devel/documentation/modules_rpt/dev/attachment_manager#temporary_files_and_attachments
Could you do a review, pls?
Updated by Radek Tomiška about 6 years ago
- Target version changed from Onyx (9.3.0) to Morganite (9.2.2)
Updated by Ondřej Kopr about 6 years ago
- Assignee changed from Vít Švanda to Ondřej Kopr
Updated by Ondřej Kopr about 6 years ago
I made the feedback as part of projects feature.
Updated by Ondřej Kopr about 6 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Ondřej Kopr to Radek Tomiška
- % Done changed from 90 to 100
New renderer for EAV works awesome, I use it on project and works as I expect. The feature works. Thank you for implement this. Only thing is about same labels. But we consulted labels together and it will not be implemented for now.
Thank you.
Updated by Radek Tomiška about 6 years ago
- Status changed from Resolved to Closed
I've added placeholder and help block support => label is shown now.