Esri / solutions-components

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

Exported labels are empty in Public Notification when the labels are coming from related tables #567

Closed azizaparveen closed 6 months ago

azizaparveen commented 6 months ago

Describe the bug

This is a regression issue Not sure if this is related to this issue https://devtopia.esri.com/WebGIS/arcgis-portal-app-templates/issues/9632, but I am still seeing the empty pop-up Exported labels are empty in Public Notification when the labels are coming from related tables. Also the duplicate records are populating (I think this because all the pop-ups are empty, if that's the case, I am wondering if we can add validation to check and remove empty pop ups for showing up in the duplicate count) image image

Expected Behavior

The labels should be exported, the paret layer pop-up has a related record element and the related table has the label configured in it's pop-up image

Reproduction Steps & Sample

Test app: https://sg-em-devext.mapsdevext.arcgis.com/apps/mapviewer/index.html?webmap=cb0c9aca35e345b78a89730a4a248b7 Test map: https://sg-em-devext.mapsdevext.arcgis.com/apps/mapviewer/index.html?webmap=be3f58213d4c43a3be1eab52b81a6b40

Repro steps: 1) Open the test app 2) Select record. 3) Click on the Export tab, click Export and notice the empty label

Other Relevant Info

No response

azizaparveen commented 6 months ago

cc @sarahmcdonald7

sarahmcdonald7 commented 6 months ago

@azizaparveen @jmhauck Are you looking at this for today or patch A?

MikeTschudi commented 6 months ago

Test app added: https://sg-em-devext.mapsdevext.arcgis.com/apps/instant/notification/index.html?appid=71f4c0493f9248b7b08617af02eacb0a

jmhauck commented 6 months ago

@sarahmcdonald7 just submitted a fix in solutions components will publish later today and submit PR for the app this evening

azizaparveen commented 6 months ago

This looks good in devext, closing