Esri / data-collection-ios

Mobile data collection app using the iOS Runtime SDK.
https://developers.arcgis.com/
Apache License 2.0
25 stars 26 forks source link

Map symbology does not update when the last remaining inspection is deleted #100

Closed mikewilburn closed 6 years ago

mikewilburn commented 6 years ago

The tree feature's details which depict the Condition of the tree also do not update. This was one piece of feedback that came out of Sarat's testing of the app (result from test case 4.5).

Steps to repro:

  1. Find a tree which only has one inspection record left.
  2. Take note of the tree's condition and map symbol color, then delete the inspection.
  3. Notice that neither the map symbol updates nor does the Condition attribute of the feature get cleared.
esreli commented 6 years ago

@mikewilburn A PR has opened that solves this.

esreli commented 6 years ago

@mikewilburn This change has been merged into master. Please confirm it has been fixed.

mikewilburn commented 6 years ago

Verified on master.