Anyone notice the batch attribute editor failing to set a text field to null? I can do this:
- select a bunch of features
- set the text field value to some text, e.g. "this works just fine"
- save
- click around for popups and see that the text is being returned
- select the same bunch of features
- highlight and delete the "this works just fine" text
- save
- click around for popups and see that "this works just fine" text is still being returned (<< grrr)
- select the same bunch of features
- edit the "this works just fine" text to be "this works just fine, too"
- save
- click around for popups and see that the "this works just fine, too" text is being returned
I can use the edit widget to set the text field to null... one at a time. This suggests that the problem may lie within the batch attribute editor widget and not in the service or SQL Server 2012 database underneath it.
thoughts?