Base solution for your next web application
Open Closed

Change database setting from frontend #7291


User avatar
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)
  • User Avatar
    0
    maliming created
    Support Team

    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.