Select to view content in your preferred language

Feature Table editing Bug

377
2
Jump to solution
02-10-2023 11:11 AM
ClangDevGuy
New Contributor III

Hello,

 

I came across a bug when editing the FeatureTable Javascript widget in my own code, and even the same code found here: https://developers.arcgis.com/javascript/latest/sample-code/widgets-featuretable-editing/.

It seems when you are editing with a larger amount of rows, the "bottom" rows apply the incorrect applyEdits rest call. For instance, when I try to edit the FBI code shown in the screenshot, the row has an objectID of  1763 and when I look at the network request it applies the update to the row for objectID of 319.

Screenshots:

Edit of 1763

Screenshot 2023-02-10 110911.png

 

Screenshot 2023-02-10 110945.png

 

Screenshot 2023-02-10 110951.png

 


 


 

 

0 Kudos
1 Solution

Accepted Solutions
Dirk_Vandervoort
Occasional Contributor

We found this as well, it’s BUG-000154063. I think it will be fixed in 4.26.

View solution in original post

2 Replies
Dirk_Vandervoort
Occasional Contributor

We found this as well, it’s BUG-000154063. I think it will be fixed in 4.26.

ClangDevGuy
New Contributor III

Thanks for the reply. Hopefully, this does get fixed in 4.26, otherwise I hope no one is using the FeatureTable widget for editing production systems. 

0 Kudos