Esri / local-government-desktop-addins

A series of ArcGIS Desktop Add-ins used in the ArcGIS for Local Government editing maps.
Apache License 2.0
61 stars 56 forks source link

Previous Valve is storing the object after the change, which commits the change #260

Closed MikeMillerGIS closed 6 years ago

MikeMillerGIS commented 6 years ago

This results in IRowChange not detecting the field it is settting. We need to move all inObject and inFeature store operations to after all rules have been processed. This will allow any feature that used IRowChange to work

Issue reported on https://geonet.esri.com/message/716960-re-attribute-assistant-rules-issues-previous-value-and-intersect?commentID=716960 Salesforce ID: BUG-000108504

AhmedTambe commented 6 years ago

The issue still persists with Attribute Assistant version 2017.3.1, while working with ArcGIS Desktop 10.5. Could you please confirm which version of attribute assistant the behavior is fixed. (Please check the attached screen captures)

attribute assistant version cities dynamic value

MikeMillerGIS commented 6 years ago

It is not fixed, only logged the issue. Issue is open still

AhmedTambe commented 6 years ago

Thank you for your response Mike. Currently is there any workaround for the issue ?

MikeMillerGIS commented 6 years ago

I do not think there is

AhmedTambe commented 6 years ago

ok, Thank you for the prompt response.

MikeMillerGIS commented 6 years ago

Verified in dev branch

MikeMillerGIS commented 6 years ago

@AhmedTambe this has been implemented in the preview builds https://github.com/Esri/local-government-desktop-addins/tree/dev/PreviewBuilds

AhmedTambe commented 6 years ago

@MikeMillerGIS : Thank you Mike. Just tested it. Works Perfect!!