Closed mosmuell closed 1 year ago
As this block registers a callback on DataServiceList
instances used in property source code, I will still cast all protected lists into DataServiceLists. Otherwise, properties depending on protected lists will not be updated when the protected lists changed. What I will do instead of ignoring protected lists is to not pass it a callback to emit a notification when it changed.
When creating a protected list attribute, the web interface crashes:
This is because lists are always converted to
DataServiceLists
. To change this, skipping a list attribute that starts with an underscore should do the job.