Esri / solutions-components

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

Manager is not showing delete button and not sorting in descending order even though Delete capability is enabled in the layer when the app first load #645

Closed azizaparveen closed 1 week ago

azizaparveen commented 1 month ago

Describe the bug

We are seeing an issue with Manager in devext, it is not showing Delete button when it first loads and also sorting in descending order using ObjectID. Refresh the browser fixes the issue.

Expected Behavior

it should show Delete button in disabled state and Table should be sorted using ObjectId descending order.

Reproduction Steps & Sample

Test app: https://sg-em-devext.mapsdevext.arcgis.com/apps/instant/manager/index.html?appid=f69be4bf902e4494a8827b13c12ff769

Launch the app and notice that Delete button is missing and Table is not sorted using ObjectId in descending order image

Other Relevant Info

No response

sumitzarkar commented 1 month ago

@azizaparveen

We are not able to reproduce this in the above app. image

jmhauck commented 1 week ago

@azizaparveen merged the potential workaround...ready to review tomorrow

azizaparveen commented 1 week ago

Looks good in devext