-
Notifications
You must be signed in to change notification settings - Fork 16
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
Define export fields based on form #131
Comments
What do you mean exactly with that? Maybe related to #17 Here you can see that it's not that easy to implement but maybe you have a good idea. |
Sorry for late response. I was trying to find the best solution. Actually I was inspired by the conditions here #15 and I have made a condition per form identifier like below. This solves my issue. If you want I can make a PR with docs for that solution or maybe you want to solve that possibility differently? For example by defining some way to inject TS per form identifier on TS level. (f.e. something like My working solution:
The idea of #17 is nice however. I suppose when my PMs will start to make own form they will need that definitely. |
Your workaround may work but it relies on two facts which cannot be taken as given:
By default we the list contains entries of all forms mixed, filtering by a single identifier may open up the path for exporting entries of a single form. But that form definitions may change cannot be avoided; the same form identifier can contain slightly or even completely different fields over time. Thus this requires a good concept for a general solution which covers the most cases. |
Giving this another thought the suggested TypoScript setup could indeed help to get this achieved. Currently we have this:
Another option could be added to specify dedicated
This could then prefer the 2nd paths if only entries from the form
|
Yes - that will solve the issue and your TS settings proposal is better than mine. |
hi
I can not find in docs and from the code looks like its not possible to define export fields based on form.
Do you have some nice trick for that?
The text was updated successfully, but these errors were encountered: