-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 7.4
-
Fix Version/s: 7.10
-
Component/s: File Upload
-
Impact type:API change
-
Upgrade notes:
The current implementation has some impediments:
- it's not possible to use complex fields
- it's not possible to use the default values defined in the schemas
Using a document model to store the collected data will address these 2 problems.
–
Drag'n Drop Collector screens now make use of a document model instead of a map. This makes it possible to handle complex properties as well as default values in the UI that pops out when doing a drag'n drop.