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

Better check for attachments #56

Closed
wants to merge 5 commits into from

Conversation

ctalbot
Copy link

@ctalbot ctalbot commented Sep 15, 2014

Fixes #55. This is a new PR to fix the referenced issue. My original code used an ArrayCollection which seemed like overkill for the problem at hand.

This new approach simply iterates over the part parameters and if the attributes 'name' or 'filename' are found, iteration stops and the flag is set to true.

@ctalbot ctalbot changed the title Dev with attach Better check for attachments Sep 15, 2014
@ddeboer
Copy link
Owner

ddeboer commented Feb 1, 2015

Fixed via #70.

@ddeboer ddeboer closed this Feb 1, 2015
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.

File Attachments don't show up
3 participants