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

clear file field value after successful import #43

Open
christianhanvey opened this issue Dec 4, 2012 · 0 comments
Open

clear file field value after successful import #43

christianhanvey opened this issue Dec 4, 2012 · 0 comments

Comments

@christianhanvey
Copy link
Contributor

christianhanvey commented Dec 4, 2012

After importing using a file, if you then choose to use raw data (textarea) for input, you be must clear the file value first, or it will try to import the file again (most likely resulting in error).

The import process seems to look for the file value first, before trying the raw data, so no raw data gets imported. Workaround is to clear file field by selecting and cancelling it.

A solution would be to clear the file input field if the import has been SUCCESSFUL. If the import has errors, you probably want to amend the file and use it again.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

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

No branches or pull requests

1 participant