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
de.andreasschmitt.export.exporter.DefaultExporterFactory, line 26.
DefaultExporterFactory is always recovered one Exporter by the context and when the recovered item already has fields, labels, formatters and parameters, these values are re-used, which leads to unexpected behavior.
export 1
Case 1: [field: 'serviceProvider' formatter: {..to uppercase..} ]
export 2
Case 2: [field: 'serviceProvider']
Case 2 will reuse the formatter Case 1
This approach by default, is good?
If formatter was not informed, would not call the field/method directly?
The text was updated successfully, but these errors were encountered:
de.andreasschmitt.export.exporter.DefaultExporterFactory, line 26.
DefaultExporterFactory is always recovered one Exporter by the context and when the recovered item already has fields, labels, formatters and parameters, these values are re-used, which leads to unexpected behavior.
export 1
Case 1: [field: 'serviceProvider' formatter: {..to uppercase..} ]
export 2
Case 2: [field: 'serviceProvider']
Case 2 will reuse the formatter Case 1
This approach by default, is good?
If formatter was not informed, would not call the field/method directly?
The text was updated successfully, but these errors were encountered: