Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#237] Fixed long file names bug for exporting #240

Merged
merged 1 commit into from Apr 21, 2019
Merged

Conversation

izconcept
Copy link
Collaborator

Issue #237

Description

This fixes the previous bug where exporting bulk tickets resulted in a bug where the files were unable to be saved locally. This was due to the Adonis Drive failing to create a file with a long file name.

Fix

The fix simply hashes the filename to a fixed size of 16 characters; essentially compressing the name.

ghiobi
ghiobi previously approved these changes Apr 21, 2019
Copy link
Collaborator

@n2chao n2chao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good fix

@izconcept izconcept merged commit 221e705 into master Apr 21, 2019
@izconcept izconcept deleted the 237_export_bug branch April 21, 2019 18:44
@miisaka miisaka added this to the RELEASE 3 milestone Apr 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants