archesproject / arches

Arches is a web platform for creating, managing, & visualizing geospatial data. Arches was inspired by the needs of the Cultural Heritage community, particularly the widespread need of organizations to build & manage cultural heritage inventories
GNU Affero General Public License v3.0
210 stars 139 forks source link

Search export does not include files #11085

Open chiatt opened 1 week ago

chiatt commented 1 week ago

If a user exports data that includes the file datatype, the path to the file is saved to the export, but not the actual file. Files represented in the tile should be included in the exported zip file.

chiatt commented 4 days ago

We may need to move the files into subdirectories named with the [model name-node alias] to ensure that files with the same name do not conflict. Alternatively we could export the file with the Django assigned name, but that might confuse users that are expecting the file name that they saw in the UI. In either case we will also need to record the file name in the exported table so users can associate records with files.