hevselavierlines / dddrt

Domain Driven Design Refactoring Tool
0 stars 0 forks source link

Overriding table values #30

Closed hevselavierlines closed 5 years ago

hevselavierlines commented 5 years ago

For the creation of the form composite all default values are added to the property table. However, this might cause some problems if the properties have already been written to the table because the default values may override them.

The result might be to let the developer decide if the value should be overwritten or not.

hevselavierlines commented 5 years ago

Solved by adding the extra parameter "override" to the add property method in the PropertiesGridElement.