Esri / arcgis-viewer-silverlight

Source code for the ArcGIS Viewer for Silverlight
http://links.esri.com/slviewer
Microsoft Public License
12 stars 12 forks source link

Retrieving related records adds duplicate features #43

Closed zwaap closed 9 years ago

zwaap commented 9 years ago

When related records are retrieved from a feature service, duplicate features are added to the service. To reproduce:

  1. Open a network traffic monitoring tool such as Fiddler
  2. In Application Builder, add a feature layer to an application that has related records that originate from a feature service
  3. Click on a feature with related records to open its pop-up
  4. Click the button on the pop-up to retrieve related records

Notice that, when related record are retrieved, a request to the applyEdits capability of the feature service is also made. Inspection of the data afterwards shows that a duplicate feature was added.

zwaap commented 9 years ago

@pMaske please test

pMaske commented 9 years ago

@zwaap. Passed QA, please merge.

zwaap commented 9 years ago

@pMaske merged

pMaske commented 9 years ago

Verified.