Hi,
why does ColumnProperty not implement Property.ValueChangeNotifier? I’d like to contribute that feature. Do you think it would be added?
Cheers,
Florian Pirchner
redVoodo.org
Hi,
why does ColumnProperty not implement Property.ValueChangeNotifier? I’d like to contribute that feature. Do you think it would be added?
Cheers,
Florian Pirchner
redVoodo.org
Hi Florian,
You are correct in that it actually should implement Property.ValueChangeNotifier, and SQLContainer should listen to value changes from ColumnProperties. This would get rid of the awful
owner.getContainer().itemChangeNotification(owner);
line as well.
There is actually a ticket for this, albeit a bit vaguely stated:
#6539
A contributed fix for this issue would be much appreciated!
/Jonatan