SEModCommunity / SE-Community-Mod-API

Space Engineers Community Modding API
GNU Lesser General Public License v3.0
60 stars 47 forks source link

Editing server property collections does not enable Reset or Save buttons. #149

Open ghost opened 9 years ago

ghost commented 9 years ago

Editing server property collections (Such as Administrators, Banned Players, and Mods) does not enable "Reset" and "Save Properties" buttons on the control tab.

If another property is changed which enables the "Reset" and "Save" buttons, the buttons function properly when saving collections.

List "set" accessor is used only when the List reference changes, not when items are added or removed from the list.

ghost commented 9 years ago

In regards to this issue, I was going to create a new class expanding ObservableCollection to handle this. Being new to C# and this API framework, are there any special considerations I need to take into account? (Serialization, conversion, etc?)

Moustachauve commented 9 years ago

I don't think there is any special consideration to take, but I may be wrong. Are you still working on this?

ghost commented 9 years ago

I don't have much free time to work on it, but if it's low priority, then yes, I will get to it before the 20th of September.