Tuesday, January 23, 2024
1 change · master
Resolved issues and error corrections
Spreadsheet template downloads now use the proper template name and the expected .osheet.json file extension. This makes downloaded files easier to identify and prevents confusing or incorrect filenames for users.
Original PR description
Before this commit, spreadsheet template file names were not displayed properly, resulting in wrong file name upon getting downloaded. This commit fixes this issue by introducing a new file_name field which ensures proper file names with osheet.json extension is applied. Task: 3636223