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

CRM-21406 - Standalone export form #11254

Merged
merged 2 commits into from
Nov 13, 2017
Merged

Conversation

colemanw
Copy link
Member

@colemanw colemanw commented Nov 8, 2017

Overview

CiviCRM export is tightly coupled to the search forms.
This adds a standalone export form which can be called directly from the url, e.g. civicrm/export/standalone?entity=Case&id=12,34,56

Notes

This is for use by the CiviCase extension, but will be suitable for many other purposes too. All entities are supported.

----------------------------------------
* CRM-21406: Create Standalone Export Form
  https://issues.civicrm.org/jira/browse/CRM-21406
@colemanw
Copy link
Member Author

colemanw commented Nov 9, 2017

@civicrm-builder retest this please

@madurak
Copy link

madurak commented Nov 13, 2017

Tested the export through find cases "Export Cases" action.

  • Checked multiple case export as well as single case export.
  • Export with primary fields, as well as selected fields.
  • Export with case custom fields.

Tested export directly through the url "civicrm/export/standalone?entity=Case&id= 1,2"

All above test passed.

@colemanw colemanw merged commit 3dee2c7 into civicrm:master Nov 13, 2017
@jamienovick
Copy link

jamienovick commented Nov 15, 2017

@madurak is there feature parity with existing case export? This is a really important feature. Can you export case activities and case contacts and does this work correctly?

@colemanw colemanw deleted the CRM-21406 branch November 17, 2017 13:16
@colemanw
Copy link
Member Author

@jamienovick to be clear, this is existing case export, just a different entry url to reach it.

@jamienovick
Copy link

Oh even better... so should be the same then ;-)

sluc23 pushed a commit to ixiam/civicrm-core that referenced this pull request Jan 10, 2018
CRM-21406 - Standalone export form
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants