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

export collection-xls for specific submission definition #423

Open
floriangantner opened this issue Feb 8, 2024 · 0 comments
Open

export collection-xls for specific submission definition #423

floriangantner opened this issue Feb 8, 2024 · 0 comments

Comments

@floriangantner
Copy link

Is your feature request related to a problem? Please describe.
The current collection-export to xls uses the fields from the default submission process.

There might be cases where you want to export fields which are not in the default submission process, e.g. which are only shown to administrative purposes and curated/filled by administrators.

Describe the solution you'd like

  • Additional process parameter for the collection-xls script containing the submission definition.

  • This submission definition is than passed through all methods until DCInputsReader

    private List<String> getSubmissionFormMetadata(Collection collection, boolean group)
    to deliver the specific fields

  • The list of (all) available submission-definitions for the collection might be shown in the newly introduced export-xls modal from the submissiondefinitions endpoint to improve the administrator the selection of the correct submission definition

Describe alternatives or workarounds you've considered
...

Additional context

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

No branches or pull requests

1 participant