Deprecated old method of initiating exports that obtains export filter string from a request parameter—export filter string is now expected to be a part of the export request body.
Related changes were made in Metadata Common to configure export forms correctly using SelectTargetEntityGridView#filterTargetEntitiesField
instead of #filterTargetEntities
.
To temporarily continue to use the parameter based approach, set SelectTargetEntityGridView#passFilterStringAsParam
to true
in your entity’s export grid metadata.
As of Broadleaf Release Train 2.0.0-GA, all common libraries have been upgraded to Spring Boot 3.
This version includes all changes up to 1.7.0-GA