BHoM / Revit_Toolkit

A set of tools enabling exchange of information between BHoM and Revit.
GNU Lesser General Public License v3.0
27 stars 13 forks source link

Diffing: diffing of parameters should yield more specific log #1493

Open pawelbaran opened 2 months ago

pawelbaran commented 2 months ago

Description:

Currently, when comparing objects of type RevitParameter, regardless of which property gets changed (Value, UnitType, IsReadOnly), it is always reported as 'The value assigned to the property MyName (RevitParameter) was modified (...)' - so from the description of PropertyDifference we can't tell which property of RevitParameter has changed. This is rather an edge case, but still would be good to fix it at some point.

Test file(s):

On SharePoint