Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Feature/submission bughunt fixes #858

Merged
merged 6 commits into from
Jul 7, 2016
Merged

Conversation

vikasrohit
Copy link
Contributor

vikasrohit added 6 commits July 7, 2016 12:18
… image upload

-- Fixed with catch that it still allows any file named with zip extension.
…ads to overlap with help text

-- Fixed, with catch been that 'or' keyword is not removed in case of file type does not match the required types because we don't get the event from filestack for this case.
-- Changed copies.
-- Implemented all points except >>Also, please make sure this page can't somehow revert to an error state, which happened when the submission failed.<<
-- Fixed all sub tasks except >> On the right-hand side, move comma as so: "declaration.txt,"
@vikasrohit vikasrohit merged commit 2bcfc00 into dev Jul 7, 2016
if (scope.fieldId.indexOf('ZIP') > -1) {
scope.extensions = '.zip'
scope.mimeTypes = 'application/zip'
Copy link
Contributor

Choose a reason for hiding this comment

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

@vikasrohit we've had lots of problems with mimetypes with our current implementation. So I wanted to switch to extensions only.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Okay, so should I revert the changes?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants