WAB Dev 2.19 / JavaScript 3.x
I have a custom widget with a button click that attaches to the reply_click() function below. It successfully applies a query to select the feature (via attribute query), sets up a graphic to act as a highlight around the selected point feature and I can confirm the "selGraphic" that is created has the correct geometry and attributes.
What I am trying to implement is a way for the user to edit ("move" only) that selected graphic and then update the underlying layer.layerObject.selectFeatures with the graphic that was "moved" by the user.
I'm not getting any errors and the layer.layerObject.applyEdits() doesn't seem to choke or have any issues, however no edits are actually applied. I've tried several variations of the applyEdits() method with similar results, all of these do nothing: