Esri / solutions-components

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

Manager to honor web map layer's field visibility and order when configured in map viewer FeatureTable #990

Open azizaparveen opened 1 month ago

azizaparveen commented 1 month ago

Describe requirements

Map viewer now support persisting field visibility and field order set in FeatureTable, we would like Manager to honor these settings when they are configured in map viewer Here is a test map that has field visibility and order set up on Corvallis HistoricSite layer in Map viewer https://solutions.mapsdevext.arcgis.com/apps/mapviewer/index.html?webmap=dcbef592ac884dbca6c9516359760950. Manager currently do not honor these settings.

Alternatives

No response

Other Relevant Info

No response

Impact

No response

azizaparveen commented 1 month ago

@sarahmcdonald7 do you think we need a config option for this?

sarahmcdonald7 commented 1 month ago

@azizaparveen I think Manager already honors the configurations set up in Map Viewer. I think we should just show the existing configurations from map viewer in the app configuration. We do this with the filter tool - if layers have filters set up in map viewer already we show them in the expression builder when users go to set up new filters.

azizaparveen commented 1 month ago

@sarahmcdonald7 in my testing I don't see Manager is honoring these, Not sure if I missed anything, could please test this as well? Here is a test app: https://solutions.mapsdevext.arcgis.com/apps/instant/manager/index.html?appid=a1188165b1b24090b9d69191c93466ff Test map: https://solutions.mapsdevext.arcgis.com/apps/mapviewer/index.html?webmap=dcbef592ac884dbca6c9516359760950. image image

sarahmcdonald7 commented 1 month ago

@azizaparveen Odd, I was testing this last week and it was working for me in my app:

2024-10-29_14-23-40 2024-10-29_14-23-27

https://holistic.mapsdevext.arcgis.com/apps/instant/manager/index.html?appid=3a19c9f52d2745599fb3c04d281ea1e6

sarahmcdonald7 commented 1 month ago

@azizaparveen I talk back my last comment. Just tested again today and seeing what you are seeing now too.