NickCraver / StackExchange.Exceptional

Error handler used for the Stack Exchange network
https://nickcraver.com/StackExchange.Exceptional/
Apache License 2.0
862 stars 170 forks source link

Some Minor Corrections #73

Closed CptRobby closed 7 years ago

CptRobby commented 8 years ago

Corrected a discrepancy in the summary of the Error.IsDuplicate property. Made it so that the Error.IsProtected property is actually updated when fetched from SqlServer. This allows the ErrorList page to properly show that the Error has been protected.

CptRobby commented 8 years ago

@NickCraver - This fixes two issues that I encountered when using it. They were both 1 line fixes, so I figured it would be easy to incorporate them back into the official version. And even though you're working on a (partial) rewrite for v2, it shouldn't be difficult to port these changes into it as well. :wink:

NickCraver commented 7 years ago

Thanks! Holy crap I missed these waiting.