-
Notifications
You must be signed in to change notification settings - Fork 53
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
Feature/occurrence editor table download #2090
base: Development
Are you sure you want to change the base?
Conversation
@MuchQuak , would it be possible to search for things that DON'T have the selected traits? Like if someone wanted to look for all the specimens that they still needed to add trait values for? |
Yes, I think that would be reasonable to add |
Issue Closes #2078
Draft Issue
Summary
Adds download button to collection table display. Download supports all current fields including the custom fields. Not all custom field options have been tried so their maybe an issue lurking in one of them.
Compression Download will not work without the 3.2 schema updates
Adds
traitid
andstateid
as search params foroccurrencetabledisplay.php
to allow for trait searching.Adds
traitid
andstateid
params to allowed download conditions.Pull Request Checklist:
Pre-Approval
master
branch and PR'd using the merge option (not squashed) into thehotfix
branch.Development
branch, NOTmaster
Post-Approval
Development
branch, remember to use the squash & merge optionhotfix
branch, remember to use the merge option (i.e., no squash).Development
branch into the master branch, remember to use the merge optionhotfix
branch into themaster
branch use the squash & merge optionmaster
intoDevelopment
should be made with the merge option (i.e., no squash).hotfix
branch and create a newhotfix
branchhotfix
branch.Development
branch before a tagged release (i.e., before an imminent merge into the master branch), make sure to notify the team and lock theDevelopment
branch to prevent accidental merges while QA takes place. Follow the release protocol here.Thanks for contributing and keeping it clean!