You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as an integrator i want to declare each column in Form log module (module.tx_formlog.settings.list.columns) as filter.
Currently its only possible to filter by Page-Title and Date.
Moreover Page-Title filter can grap wrong entries if some Page with same Title exists.
This makes cleaning of CSV export impossible. For Example we could disable some CSV columns by TypoScript condition by using the filter(PID of the Form):
[globalVar = GPmerged:tx_formlog_web_formloglist|filters|pid|value| = {$global.myForm.pageuid}]
module.tx_formlog.settings.list.columns.export.columns >
// declare clean list of fields to export
[global]
as an integrator i want to declare each column in Form log module (
module.tx_formlog.settings.list.columns
) as filter.Currently its only possible to filter by Page-Title and Date.
Moreover Page-Title filter can grap wrong entries if some Page with same Title exists.
This makes cleaning of CSV export impossible. For Example we could disable some CSV columns by TypoScript condition by using the filter(PID of the Form):
and the setting could look like this:
The text was updated successfully, but these errors were encountered: