Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
devel:documentation:application_configuration:dev:dynamic-forms [2019/02/14 11:44]
tomiskar [Attachments]
devel:documentation:application_configuration:dev:dynamic-forms [2019/02/14 14:26]
tomiskar
Line 1: Line 1:
 ====== Dynamic forms (eav) ====== ====== Dynamic forms (eav) ======
  
-{{tag> configuration eav form}}+{{tag> configuration eav form attachment}}
  
 Dynamic forms are used for: Dynamic forms are used for:
Line 181: Line 181:
  
 Attachment can be downloaded from frontend. If attachment is picture (~ attachment mime type starts with ''image/*''), then preview of saved extended attribute's attachment is available directly in extended attribute form. Attachment can be downloaded from frontend. If attachment is picture (~ attachment mime type starts with ''image/*''), then preview of saved extended attribute's attachment is available directly in extended attribute form.
 +Download and preview is supported for agendas (entity types): identity, role, tree node, contract and contract slice => role requests (role lifecycle) and identity roles (parameters for the assigned roles) are  
 +
 +{{:devel:documentation:application_configuration:dev:attachment-preview.png|}}
  
 Read more about [[..:..:modules_rpt:dev:attachment_manager|attachments]] usage in the application (e.g. how to increase maximum file size). Read more about [[..:..:modules_rpt:dev:attachment_manager|attachments]] usage in the application (e.g. how to increase maximum file size).
Line 190: Line 193:
   * Form value data migration, when persistent type is changed.   * Form value data migration, when persistent type is changed.
   * Attachment renderer: support multiple files, validation support (now is validation on input)   * Attachment renderer: support multiple files, validation support (now is validation on input)
 +  * Created deep copy, when form values are copied => attachment is linked to two form values and is removed, when the first one is deleted.
  • by tomiskar