Fix : #11400 Added quickFilters also when exporting data from TableWidget#11401
Fix : #11400 Added quickFilters also when exporting data from TableWidget#11401MV88 merged 2 commits intogeosolutions-it:masterfrom
Conversation
…ta from TableWiget
@MV88 @tdipisa Upon checking it seems like in Map Page quickFilters does not include geometry filtering (only attributes). In map page the data is filtered according to the current extent(geometry) . In this case we are not updating the quick filter with the new geometry every time . This is the reason in map page you are getting full datasets when you export. In the production also it is behaving the same. From my understanding this should be addressed in the new separate issue. |
@anup39 @tdipisa FYI |
MV88
left a comment
There was a problem hiding this comment.
I'm going to merge this then
|
@ElenaGallo please test it in DEV |
|
Test passed, @anup39 please backport to 2025.01.xx. Thanks |
…ta from TableWidget (geosolutions-it#11401) * Fix : geosolutions-it#11400 Added quickFilters also when exporting data from TableWiget * Added unit test for quick filter when exporting the layer data
…tinerary * commit 'ea419127df12f794a56f234f5660632511df7484': Update README.md Proj4 upgrade and include support for "Grid Based Datum Adjustments" geosolutions-it#11423 (geosolutions-it#11424) Bom versions for maven-war-plugin in all POMs.xml (geosolutions-it#11413) Fix geosolutions-it#11419 fixed group translation files (geosolutions-it#11420) Update geoserver.md (geosolutions-it#11399) Bump org.apache.tomcat:tomcat-coyote from 9.0.105 to 9.0.108 in /binary (geosolutions-it#11384) Update on the Swedish translation file for MapStore (geosolutions-it#11412) Fix geosolutions-it#11258 :For clipping/masking 3D tiles and terrain removed ClippingPlaneCollection and introduced ClippingPolygonCollection (geosolutions-it#11352) Fix : geosolutions-it#11400 Added quickFilters also when exporting data from TableWidget (geosolutions-it#11401) Fix geosolutions-it#11404 Problem with user permissions still involving the "Save As" (geosolutions-it#11408) Fix geosolutions-it#11406 Pending changes prompt shows up after save as (geosolutions-it#11407) Fix geosolutions-it#11374 Improve the Street Smart plugin view for 3D maps visualization (geosolutions-it#11375) Update i18n showEmptyMessageGFI (geosolutions-it#11392) geosolutions-it#11369: Enhance non hyperlink query field to have spacing (geosolutions-it#11370) Bump org.apache.tomcat:tomcat-util from 9.0.105 to 9.0.107 in /binary (geosolutions-it#11305) chore: Remove element-closest dependency (geosolutions-it#11251) Fix the widget support for the WFS layer with no geom (geosolutions-it#11379) Support of widget in map even when layer have no geometry and fix time dependencies for the widget (geosolutions-it#11377) Performace Lag when there is a layer with very large geomerty geosolutions-it#11358 (geosolutions-it#11359) skip click on layer should return intersected features test on Cesium tests (geosolutions-it#11365)


Description
When exporting the data from the TableWidget , quickFilters are also included
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (check one with "x", remove the others)
Issue
What is the current behavior?
#11400
What is the new behavior?
When exporting the data now , both the quick filter and filter configured in the widget is included.
Breaking change
Does this PR introduce a breaking change? (check one with "x", remove the other)
Other useful information