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
Currently the torro_export_value filter lacks the context of what format is currently exported but this would he helpful to define different formats for different export formats.
Expected Behavior
One can conditionally filter the export format to e.g. have different formats for export as xls or html.
Current Behavior
You don't know what context this filter is currently run in.
Possible Solution
The filter should receive the $export_format variable from the context it is is run in.
Issue Overview
Currently the
torro_export_value
filter lacks the context of what format is currently exported but this would he helpful to define different formats for different export formats.Expected Behavior
One can conditionally filter the export format to e.g. have different formats for export as xls or html.
Current Behavior
You don't know what context this filter is currently run in.
Possible Solution
The filter should receive the
$export_format
variable from the context it is is run in.Related Issues and/or PRs
#483
The text was updated successfully, but these errors were encountered: