Esri / solutions-components

A collection of UI components for constructing webapps.
Apache License 2.0
15 stars 7 forks source link

Feature don't render on the map after applying filter on a layer and navigating to other layers. #948

Open skrishn opened 2 weeks ago

skrishn commented 2 weeks ago

https://localgovdev.mapsdevext.arcgis.com/apps/instant/reporter/index.html?appid=1d87c0739da84c63822e7eaf68e7d65b

  1. Go to Poly layer and apply filter. Notice the filtered feature is rendered.
  2. Go to another layer and choose a feature, it doesn't render on the map it but the popup details appear on the panel.
  3. Go back to poly layer, and notice the filter is reset but no feature is rendered even as we choose the feature from the panel.

The acceptable behavior is to render other layer's features when navigating after applying filter on a particular layer. The filter set on the layer shouldn't reset itself as we navigate to other layers.

sumitzarkar commented 1 week ago

@skrishn

We are able to reproduce this and will deliver it in next code drop

pratiksabale07 commented 1 week ago

@skrishn

Cause

Items Is required Status Comments
Required NLS changes? No
Required Backward compatibility No
Required 508 No
Need Sanitize? No

Impact Analysis Report

Impacted Areas Comments
Have Configuration changes? No
Have Runtime changes? Yes
Impact on RTL No
Impact areas - layer list
- map
Impact on runtime Appropriate features should render on the map after applying the filter on a layer and navigating to other layers.