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

make filters configurable #15

Open
dkd-kaehm opened this issue Sep 19, 2018 · 0 comments
Open

make filters configurable #15

dkd-kaehm opened this issue Sep 19, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@dkd-kaehm
Copy link

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] 

and the setting could look like this:

module.tx_formlog.settings {
   list {
     columns {
       1000 {
         property = pid
         label = PageUid
         filterable = 1
       }
     }
   }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants