Base solution for your next web application
Open Closed

Setting Management Scope #6198


User avatar
0
whartoc created

Hi,

Is it possible to configure an additional scope in the setting management module?

My project has companies on the tenant side and I need a way of storing setting for each company. The ABP setting management is exactly what I need but at a “company” scope level.

Thanks.


2 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    Abp SettingScopes cannot be added to the new scope

    I think you can refer to ABP to implement your own settings management functions.

    YourSettingManager
    

    https://github.com/aspnetboilerplate/aspnetboilerplate/blob/e0ded5d8702f389aa1f5947d3446f16aec845287/src/Abp/Configuration/SettingManager.cs#L228

  • User Avatar
    0
    whartoc created

    Ok, thanks for getting back to me.