Skip to content

AB#74215 - fix: layers using lat & long could break popup #722

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

Conversation

AntoineRelief
Copy link
Collaborator

@AntoineRelief AntoineRelief commented Sep 1, 2023

Description

Some layers could prevent popup to appear due to lat & long used as strings in the geojson

Useful links

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Improvement (refactor or addition to existing functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Create a simple layer using lat & long, + popup, and verify that it's working
the resource should use a text field to represent lat and another one to represent long

Screenshots

Please include screenshots of this change. If this issue is only back-end related, and does not involve any visual change of the platform, you can skip this part.

Checklist:

( * == Mandatory )

  • * I have set myself as assignee of the pull request
  • * My code follows the style guidelines of this project
  • * Linting does not generate new warnings
  • * I have performed a self-review of my own code
  • * I have put the ticket for review, adding the oort-backend team to the list of reviewers
  • * I have commented my code, particularly in hard-to-understand areas
  • * I have put JSDoc comment in all required places
  • * My changes generate no new warnings
  • * I have included screenshots describing my changes if relevant
  • * I have selected labels in the Pull Request, according to the changes with code brings
  • I have made corresponding changes to the documentation ( if required )
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@AntoineRelief AntoineRelief added the bug Something isn't working label Sep 1, 2023
@AntoineRelief AntoineRelief self-assigned this Sep 1, 2023
@AntoineRelief AntoineRelief changed the title fix: layers using lat & long could break popup AB#74215 - fix: layers using lat & long could break popup Sep 1, 2023
@AntoineRelief AntoineRelief merged commit 70217f5 into 2.1.x Sep 1, 2023
@AntoineRelief AntoineRelief deleted the AB#74215_layers_using_latitude_longitude_could_break_popup branch September 1, 2023 08:28
AntoineRelief pushed a commit that referenced this pull request Sep 5, 2023
# [2.1.0-beta.4](ReliefApplications/oort-backend@v2.1.0-beta.3...v2.1.0-beta.4) (2023-09-05)

### Bug Fixes

* dashboard queries would take too much time if context ([7783bff](ReliefApplications@7783bff))
* layers using lat & long could break popup ([#722](https://github.com/ReliefApplications/oort-backend/issues/722)) ([70217f5](ReliefApplications@70217f5))
AntoineRelief pushed a commit that referenced this pull request Oct 4, 2023
# [2.2.0-beta.1](ReliefApplications/oort-backend@v2.1.1...v2.2.0-beta.1) (2023-10-04)

### Bug Fixes

* API edit mutation could fail because of incorrect check of arguments ([00b0e0d](ReliefApplications@00b0e0d))
* build issue after 2.x.x merge ([1d48814](ReliefApplications@1d48814))
* calculated fields in resource question breaking search in grid ([c5287eb](ReliefApplications@c5287eb))
* check record trigger would break build ([06691dd](ReliefApplications@06691dd))
* code could not compile ([5699e03](ReliefApplications@5699e03))
* contains filter not working if value is single ([b7e5558](ReliefApplications@b7e5558))
* could not get canUpdate / canDelete on meta ([323330a](ReliefApplications@323330a))
* could not get map data due to incorrect id check ([6906c21](ReliefApplications@6906c21))
* could not load datasources in layers ([9e1b841](ReliefApplications@9e1b841))
* dashboard queries would take too much time if context ([7783bff](ReliefApplications@7783bff))
* disable custom notifications scheduler to prevent system to crash ([00c3e22](ReliefApplications@00c3e22))
* Download file method would break due to missing file destination ([aac3f63](ReliefApplications@aac3f63))
* download file would sometimes not throw correct error or resolve request ([46e2cc6](ReliefApplications@46e2cc6))
* editing a dashboard inside a workflow could cause unexpected type issue due to incorrect error handling ([75ccd9a](ReliefApplications@75ccd9a))
* editRecord could break if previous version did not have any data ([85a2d5c](ReliefApplications@85a2d5c))
* error on fetching records with no data ([4986e1d](ReliefApplications@4986e1d))
* filtering records on form name would break query ([c2d8e58](ReliefApplications@c2d8e58))
* geofiltering would break layers if empty ([c22a882](ReliefApplications@c22a882))
* gis/feature route was broken due to incorrect layout / aggregation setup ([7a3cdd7](ReliefApplications@7a3cdd7))
* graphQL queries would be cached by proxy ([1dd9fba](ReliefApplications@1dd9fba))
* inccorect filter in getautoassigned role ([41a0143](ReliefApplications@41a0143))
* incorrect names for some matrix questions ([1fedb51](ReliefApplications@1fedb51))
* incorrect timezone in calculated fields. Now enforcing user timezone ([296aab4](ReliefApplications@296aab4))
* issue with layers using lat lng fields ([88f75f6](ReliefApplications@88f75f6))
* layer input could not allow saving of heatmap layer ([6da8988](ReliefApplications@6da8988))
* layers using lat & long could break popup ([#722](https://github.com/ReliefApplications/oort-backend/issues/722)) ([70217f5](ReliefApplications@70217f5))
* matrix in grid and summary card not correctly saved in db ([#748](https://github.com/ReliefApplications/oort-backend/issues/748)) ([e37b342](ReliefApplications@e37b342))
* prevent any default field to be used in a form ([6e52fda](ReliefApplications@6e52fda))
* pulljobs failing would crash server ([e416ee5](ReliefApplications@e416ee5))
* reference data query not working due to incorrect cursor pagination ([96d7298](ReliefApplications@96d7298))
* some layers would not work due to incorrect geoField ([f409b1c](ReliefApplications@f409b1c))
* updated layer model to also saves popup fields info ([#670](https://github.com/ReliefApplications/oort-backend/issues/670)) ([eb43289](ReliefApplications@eb43289))

### Features

* add contextual filtering ([0a734e2](ReliefApplications@0a734e2))
* add dashboard buttons to schema ([fe7bd55](ReliefApplications@fe7bd55))
* add new route of scss conversion to css ([691794d](ReliefApplications@691794d))
* allow draft edition of records ([32148b1](ReliefApplications@32148b1)), closes [feat/AB#65023](https://github.com/feat/AB/issues/65023)
* Allow MultiPoint and MultiPolygon on layer features ([514d3ee](ReliefApplications@514d3ee))
* allow single widget page ([53762f4](ReliefApplications@53762f4))
* can now archive application pages and restore them ([a76928a](ReliefApplications@a76928a))
* can now edit page / step 's icons ([#749](https://github.com/ReliefApplications/oort-backend/issues/749)) ([30bb81c](ReliefApplications@30bb81c))
* can now group layers ([074cb2b](ReliefApplications@074cb2b))
* can now query historical data ([#752](https://github.com/ReliefApplications/oort-backend/issues/752)) ([75b1c8a](ReliefApplications@75b1c8a))
* can now sort aggregations on records ([a09f2c8](ReliefApplications@a09f2c8))
* can now use infinite aggregations ([3f190d4](ReliefApplications@3f190d4))
* cluster layers now support new options ([#757](https://github.com/ReliefApplications/oort-backend/issues/757)) ([f9b58b3](ReliefApplications@f9b58b3))
* get draft data from single record custom query, by passing data argument ([509b670](ReliefApplications@509b670))
* possibility to hide pages' ([f5ca2e6](ReliefApplications@f5ca2e6))
* query of polygon features on map ([fc33c06](ReliefApplications@fc33c06))
AntoineRelief pushed a commit to ReliefApplications/oort-backend that referenced this pull request Nov 20, 2023
# [2.2.0-beta.1](v2.1.3...v2.2.0-beta.1) (2023-11-20)

### Bug Fixes

* api configuration would incorrectly save edit api configuration auth type ([e97a8d7](e97a8d7))
* API edit mutation could fail because of incorrect check of arguments ([00b0e0d](00b0e0d))
* build issue after 2.x.x merge ([1d48814](1d48814))
* calculated fields in resource question breaking search in grid ([c5287eb](c5287eb))
* check record trigger would break build ([06691dd](06691dd))
* code could not compile ([5699e03](5699e03))
* contains filter not working if value is single ([b7e5558](b7e5558))
* could not download application with existing name ([ReliefApplications#795](https://github.com/ReliefApplications/oort-backend/issues/795)) ([c9f9d8a](c9f9d8a))
* could not get canUpdate / canDelete on meta ([323330a](323330a))
* could not get map data due to incorrect id check ([6906c21](6906c21))
* could not load datasources in layers ([9e1b841](9e1b841))
* dashboard queries would take too much time if context ([7783bff](7783bff))
* disable custom notifications scheduler to prevent system to crash ([00c3e22](00c3e22))
* Download file method would break due to missing file destination ([aac3f63](aac3f63))
* download file would sometimes not throw correct error or resolve request ([46e2cc6](46e2cc6))
* download of template for records upload would query records even if not needed ([b263bdb](b263bdb))
* editing a dashboard inside a workflow could cause unexpected type issue due to incorrect error handling ([75ccd9a](75ccd9a))
* editRecord could break if previous version did not have any data ([85a2d5c](85a2d5c))
* editRecord would not correctly check non editable fields ([ReliefApplications#815](https://github.com/ReliefApplications/oort-backend/issues/815)) ([5ca7717](5ca7717))
* error on fetching records with no data ([4986e1d](4986e1d))
* filtering records on form name would break query ([c2d8e58](c2d8e58))
* geofiltering would break layers if empty ([c22a882](c22a882))
* gis/feature route was broken due to incorrect layout / aggregation setup ([7a3cdd7](7a3cdd7))
* graphQL queries would be cached by proxy ([1dd9fba](1dd9fba))
* in some edge cases, dashboard structure would be incorrectly passed in graphql ([ReliefApplications#817](https://github.com/ReliefApplications/oort-backend/issues/817)) ([2a5866e](2a5866e))
* inccorect filter in getautoassigned role ([41a0143](41a0143))
* incorrect names for some matrix questions ([1fedb51](1fedb51))
* incorrect timezone in calculated fields. Now enforcing user timezone ([296aab4](296aab4))
* issue with layers using lat lng fields ([88f75f6](88f75f6))
* layer input could not allow saving of heatmap layer ([6da8988](6da8988))
* layers using lat & long could break popup ([ReliefApplications#722](https://github.com/ReliefApplications/oort-backend/issues/722)) ([70217f5](70217f5))
* matrix in grid and summary card not correctly saved in db ([ReliefApplications#748](https://github.com/ReliefApplications/oort-backend/issues/748)) ([e37b342](e37b342))
* number question values, when saved as string, would not match in filters ([ReliefApplications#774](https://github.com/ReliefApplications/oort-backend/issues/774)) ([2dc18ec](2dc18ec))
* prevent any default field to be used in a form ([6e52fda](6e52fda))
* prevent contextual content in pages to be duplicated ([926f476](926f476))
* pulljobs failing would crash server ([e416ee5](e416ee5))
* reference data query not working due to incorrect cursor pagination ([96d7298](96d7298))
* some layers would not work due to incorrect geoField ([f409b1c](f409b1c))
* updated layer model to also saves popup fields info ([ReliefApplications#670](https://github.com/ReliefApplications/oort-backend/issues/670)) ([eb43289](eb43289))

### Features

* Ability to save draft record ([ReliefApplications#802](https://github.com/ReliefApplications/oort-backend/issues/802)) ([d1b1e3b](d1b1e3b))
* add auth code APIs ([ReliefApplications#789](https://github.com/ReliefApplications/oort-backend/issues/789)) ([20ff5d8](20ff5d8))
* add contextual filtering ([0a734e2](0a734e2))
* add dashboard buttons to schema ([fe7bd55](fe7bd55))
* add new route of scss conversion to css ([691794d](691794d))
* allow draft edition of records ([32148b1](32148b1)), closes [feat/AB#65023](https://github.com/feat/AB/issues/65023)
* Allow MultiPoint and MultiPolygon on layer features ([514d3ee](514d3ee))
* allow single widget page ([53762f4](53762f4))
* can now archive application pages and restore them ([a76928a](a76928a))
* can now edit page / step 's icons ([ReliefApplications#749](https://github.com/ReliefApplications/oort-backend/issues/749)) ([30bb81c](30bb81c))
* can now group layers ([074cb2b](074cb2b))
* can now hide application menu by default ([2519344](2519344))
* can now query historical data ([ReliefApplications#752](https://github.com/ReliefApplications/oort-backend/issues/752)) ([75b1c8a](75b1c8a))
* can now sort aggregations on records ([a09f2c8](a09f2c8))
* can now use infinite aggregations ([3f190d4](3f190d4))
* can save custom grid options per dashboard ([ReliefApplications#824](https://github.com/ReliefApplications/oort-backend/issues/824)) ([8779433](8779433))
* cluster layers now support new options ([ReliefApplications#757](https://github.com/ReliefApplications/oort-backend/issues/757)) ([f9b58b3](f9b58b3))
* get draft data from single record custom query, by passing data argument ([509b670](509b670))
* possibility to hide pages' ([f5ca2e6](f5ca2e6))
* query of polygon features on map ([fc33c06](fc33c06))
AntoineRelief pushed a commit that referenced this pull request Nov 22, 2023
# [2.2.0-alpha.1](v2.1.3...v2.2.0-alpha.1) (2023-11-22)

### Bug Fixes

* api configuration would incorrectly save edit api configuration auth type ([e97a8d7](e97a8d7))
* API edit mutation could fail because of incorrect check of arguments ([00b0e0d](00b0e0d))
* build issue after 2.x.x merge ([1d48814](1d48814))
* calculated fields in resource question breaking search in grid ([c5287eb](c5287eb))
* check record trigger would break build ([06691dd](06691dd))
* code could not compile ([5699e03](5699e03))
* contains filter not working if value is single ([b7e5558](b7e5558))
* could not download application with existing name ([#795](#795)) ([c9f9d8a](c9f9d8a))
* could not get canUpdate / canDelete on meta ([323330a](323330a))
* could not get map data due to incorrect id check ([6906c21](6906c21))
* could not load datasources in layers ([9e1b841](9e1b841))
* dashboard queries would take too much time if context ([7783bff](7783bff))
* disable custom notifications scheduler to prevent system to crash ([00c3e22](00c3e22))
* Download file method would break due to missing file destination ([aac3f63](aac3f63))
* download file would sometimes not throw correct error or resolve request ([46e2cc6](46e2cc6))
* download of template for records upload would query records even if not needed ([b263bdb](b263bdb))
* editing a dashboard inside a workflow could cause unexpected type issue due to incorrect error handling ([75ccd9a](75ccd9a))
* editRecord could break if previous version did not have any data ([85a2d5c](85a2d5c))
* editRecord would not correctly check non editable fields ([#815](#815)) ([5ca7717](5ca7717))
* error on fetching records with no data ([4986e1d](4986e1d))
* filtering records on form name would break query ([c2d8e58](c2d8e58))
* geofiltering would break layers if empty ([c22a882](c22a882))
* gis/feature route was broken due to incorrect layout / aggregation setup ([7a3cdd7](7a3cdd7))
* graphQL queries would be cached by proxy ([1dd9fba](1dd9fba))
* in some edge cases, dashboard structure would be incorrectly passed in graphql ([#817](#817)) ([2a5866e](2a5866e))
* inccorect filter in getautoassigned role ([41a0143](41a0143))
* incorrect names for some matrix questions ([1fedb51](1fedb51))
* incorrect timezone in calculated fields. Now enforcing user timezone ([296aab4](296aab4))
* issue with layers using lat lng fields ([88f75f6](88f75f6))
* layer input could not allow saving of heatmap layer ([6da8988](6da8988))
* layers using lat & long could break popup ([#722](#722)) ([70217f5](70217f5))
* matrix in grid and summary card not correctly saved in db ([#748](#748)) ([e37b342](e37b342))
* number question values, when saved as string, would not match in filters ([#774](#774)) ([2dc18ec](2dc18ec))
* ping request using cache and decrypting twice ([#826](#826)) ([14b26c4](14b26c4))
* prevent any default field to be used in a form ([6e52fda](6e52fda))
* prevent contextual content in pages to be duplicated ([926f476](926f476))
* pulljobs failing would crash server ([e416ee5](e416ee5))
* reference data query not working due to incorrect cursor pagination ([96d7298](96d7298))
* some layers would not work due to incorrect geoField ([f409b1c](f409b1c))
* updated layer model to also saves popup fields info ([#670](#670)) ([eb43289](eb43289))
* users roles not appearing in applications ([#835](#835)) ([d05d061](d05d061))
* using size operator on nullish values in aggregations on records ([#836](#836)) ([5eca1c7](5eca1c7))

### Features

* Ability to save draft record ([#802](#802)) ([d1b1e3b](d1b1e3b))
* add auth code APIs ([#789](#789)) ([20ff5d8](20ff5d8))
* add contextual filtering ([0a734e2](0a734e2))
* add dashboard buttons to schema ([fe7bd55](fe7bd55))
* add new route of scss conversion to css ([691794d](691794d))
* allow caching of more API requests ([#825](#825)) ([105f0a5](105f0a5))
* allow draft edition of records ([32148b1](32148b1)), closes [feat/AB#65023](https://github.com/feat/AB/issues/65023)
* Allow MultiPoint and MultiPolygon on layer features ([514d3ee](514d3ee))
* allow single widget page ([53762f4](53762f4))
* can now archive application pages and restore them ([a76928a](a76928a))
* can now edit page / step 's icons ([#749](#749)) ([30bb81c](30bb81c))
* can now group layers ([074cb2b](074cb2b))
* can now hide application menu by default ([2519344](2519344))
* can now query historical data ([#752](#752)) ([75b1c8a](75b1c8a))
* can now sort aggregations on records ([a09f2c8](a09f2c8))
* can now use infinite aggregations ([3f190d4](3f190d4))
* can save custom grid options per dashboard ([#824](#824)) ([8779433](8779433))
* cluster layers now support new options ([#757](#757)) ([f9b58b3](f9b58b3))
* get draft data from single record custom query, by passing data argument ([509b670](509b670))
* possibility to hide pages' ([f5ca2e6](f5ca2e6))
* query of polygon features on map ([fc33c06](fc33c06))
AntoineRelief pushed a commit that referenced this pull request Dec 8, 2023
# [2.2.0](v2.1.11...v2.2.0) (2023-12-08)

### Bug Fixes

* ability on records could fail due to missing resource ([b217df1](b217df1))
* add access tokens to all internal requests ([067bd1c](067bd1c))
* Add default values for gridOptions in DashboardType to prevent unwanted results when going from one dashboard to another one ([#844](#844)) ([f48459f](f48459f))
* added sorting on id field to avoid having missing records ([#842](#842)) ([935fe1b](935fe1b))
* api configuration would incorrectly save edit api configuration auth type ([e97a8d7](e97a8d7))
* API edit mutation could fail because of incorrect check of arguments ([00b0e0d](00b0e0d))
* audience would not be available ([4e76800](4e76800))
* boolean would not correctly be calculated in getFilter ([58dc862](58dc862))
* build issue after 2.x.x merge ([1d48814](1d48814))
* build would fail due to incorrect default value for auth audience ([8985cc0](8985cc0))
* calculated fields in resource question breaking search in grid ([c5287eb](c5287eb))
* check record trigger would break build ([06691dd](06691dd))
* client flow authentication would not work due to incorrect update when migrating mongoose version ([18a4683](18a4683))
* cloning application would not clone filter & grid options in dashboards ([3162811](3162811))
* code could not compile ([5699e03](5699e03))
* contains filter not working if value is single ([b7e5558](b7e5558))
* could not always get fields from ref data ([32e83d4](32e83d4))
* could not download application with existing name ([#795](#795)) ([c9f9d8a](c9f9d8a))
* could not get canUpdate / canDelete on meta ([323330a](323330a))
* could not get map data due to incorrect id check ([6906c21](6906c21))
* could not load datasources in layers ([9e1b841](9e1b841))
* dashboard queries would take too much time if context ([7783bff](7783bff))
* disable custom notifications scheduler to prevent system to crash ([00c3e22](00c3e22))
* Download file method would break due to missing file destination ([aac3f63](aac3f63))
* download file would sometimes not throw correct error or resolve request ([46e2cc6](46e2cc6))
* download of template for records upload would query records even if not needed ([b263bdb](b263bdb))
* editing a dashboard inside a workflow could cause unexpected type issue due to incorrect error handling ([75ccd9a](75ccd9a))
* editRecord could break if previous version did not have any data ([85a2d5c](85a2d5c))
* editRecord would not correctly check non editable fields ([#815](#815)) ([5ca7717](5ca7717))
* error on fetching records with no data ([4986e1d](4986e1d))
* filtering records on form name would break query ([c2d8e58](c2d8e58))
* geofiltering would break layers if empty ([c22a882](c22a882))
* gis/feature route was broken due to incorrect layout / aggregation setup ([7a3cdd7](7a3cdd7))
* grant ability to read api configuration & reference data to all records ([d45c394](d45c394))
* graphQL queries would be cached by proxy ([1dd9fba](1dd9fba))
* in some edge cases, dashboard structure would be incorrectly passed in graphql ([#817](#817)) ([2a5866e](2a5866e))
* inccorect filter in getautoassigned role ([41a0143](41a0143))
* incorrect audience settings ([9c8e710](9c8e710))
* incorrect display of date fields in export & history ([#857](#857)) ([5262f8b](5262f8b))
* incorrect mutation to set filter at dashboard level ([2d57100](2d57100))
* incorrect names for some matrix questions ([1fedb51](1fedb51))
* incorrect sorting on api configurations ([#852](#852)) ([1260ceb](1260ceb))
* incorrect timezone in calculated fields. Now enforcing user timezone ([296aab4](296aab4))
* issue with layers using lat lng fields ([88f75f6](88f75f6))
* layer input could not allow saving of heatmap layer ([6da8988](6da8988))
* layers using lat & long could break popup ([#722](#722)) ([70217f5](70217f5))
* matrix in grid and summary card not correctly saved in db ([#748](#748)) ([e37b342](e37b342))
* number question values, when saved as string, would not match in filters ([#774](#774)) ([2dc18ec](2dc18ec))
* ping request using cache and decrypting twice ([#826](#826)) ([14b26c4](14b26c4))
* prevent any default field to be used in a form ([6e52fda](6e52fda))
* prevent contextual content in pages to be duplicated ([926f476](926f476))
* pulljobs failing would crash server ([e416ee5](e416ee5))
* redis client error ([2c45593](2c45593))
* reference data not getting exported ([#858](#858)) ([24ad915](24ad915))
* reference data query not working due to incorrect cursor pagination ([96d7298](96d7298))
* some layers would not work due to incorrect geoField ([f409b1c](f409b1c))
* some permissions issues when not admin ([794683d](794683d))
* updated layer model to also saves popup fields info ([#670](#670)) ([eb43289](eb43289))
* upload would fail most of the time for tagbox / checkbox questions ([243f77d](243f77d))
* users roles not appearing in applications ([#835](#835)) ([d05d061](d05d061))
* users who can edit application can now delete the steps & pages ([cf130ce](cf130ce))
* using size operator on nullish values in aggregations on records ([#836](#836)) ([5eca1c7](5eca1c7))

### Features

* Ability to save draft record ([#802](#802)) ([d1b1e3b](d1b1e3b))
* add auth code APIs ([#789](#789)) ([20ff5d8](20ff5d8))
* add contextual filtering ([0a734e2](0a734e2))
* add dashboard buttons to schema ([fe7bd55](fe7bd55))
* add new route of scss conversion to css ([691794d](691794d))
* allow caching of more API requests ([#825](#825)) ([105f0a5](105f0a5))
* allow draft edition of records ([32148b1](32148b1)), closes [feat/AB#65023](https://github.com/feat/AB/issues/65023)
* Allow MultiPoint and MultiPolygon on layer features ([514d3ee](514d3ee))
* allow single widget page ([53762f4](53762f4))
* can now archive application pages and restore them ([a76928a](a76928a))
* can now edit page / step 's icons ([#749](#749)) ([30bb81c](30bb81c))
* can now group layers ([074cb2b](074cb2b))
* can now hide application menu by default ([2519344](2519344))
* can now query historical data ([#752](#752)) ([75b1c8a](75b1c8a))
* can now sort aggregations on records ([a09f2c8](a09f2c8))
* can now use infinite aggregations ([3f190d4](3f190d4))
* can save custom grid options per dashboard ([#824](#824)) ([8779433](8779433))
* cluster layers now support new options ([#757](#757)) ([f9b58b3](f9b58b3))
* get draft data from single record custom query, by passing data argument ([509b670](509b670))
* now use filter at dashboard level ([#834](#834)) ([6b3f4e9](6b3f4e9))
* possibility to hide pages' ([f5ca2e6](f5ca2e6))
* query of polygon features on map ([fc33c06](fc33c06))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant