Hi,
I am trying to manage a model with a state ( a bit like MobX does ) with listeners on the different properties.
I am using sap.ui.model.Model.attachPropertyChange for this.
This function does not seem to work as soon as I am extending objects from a baseclass however.
Any idea on what is wrong here? (the first version is working, the second does not)
Working:
Not working: