0
daws created
We created a lot of custom user settings in our app using a custom SettingProvider class.
How can we allow our users to change these settings ?
We can of course update for the current session :
abp.setting.values[settingName] = settingValue;
but it's not recorded in database.
1 Answer(s)
-
0
You can write an application service method that modifies the settings, and then call it on the front end. Just like Zero does it now.