PhenoApps / Field-Book

https://fieldbook.phenoapps.org
GNU General Public License v2.0
53 stars 54 forks source link

Remove `Output` folder from zip #958

Closed kamathprasad9 closed 4 months ago

kamathprasad9 commented 7 months ago

Description

Remove the Output folder from the zip and keep all the files and directories in the root of the zip file (#878 )

Type of change

What type of changes does your code introduce? Put an x in boxes that apply.

Checklist:

Changelog entry

Modify file zipping

chaneylc commented 4 months ago

When importing a backup.zip the previously selected field is not selected. Upon investigating further it looks like the backup.zip file's preference file is not being populated correctly.

kamathprasad9 commented 4 months ago

Thanks @chaneylc for noticing the issue about backup preferences. I also noticed that the sample db was working fine when imported through the dialog that pops up on FB startup, but the CollectActivity page was not being populated properly when the sample db was imported through the settings. Have fixed both of these now