Abp.SettingUi icon indicating copy to clipboard operation
Abp.SettingUi copied to clipboard

An ABP module used to manage ABP settings.

Results 14 Abp.SettingUi issues
Sort by recently updated
recently updated
newest added

Hi, found this awesome module that need for my project but can't make it work with the Blazor server UI and tiered project.

![image](https://user-images.githubusercontent.com/40175292/184807206-0fedf336-d1b2-4058-be40-94fae77d4fcb.png) details: "验证时发现以下错误.\r\n - The JSON value could not be converted to System.Collections.Generic.Dictionary`2[System.String,System.String]. Path: $.Setting_Abp_Identity_Lockout_AllowedForNewUsers | LineNumber: 0 | BytePositionInLine: 55.\r\n" message: "你的请求无效!"

Bumps [jquery-validation](https://github.com/jquery-validation/jquery-validation) from 1.17.0 to 1.19.5. Release notes Sourced from jquery-validation's releases. 1.19.5 / 2022-07-01 Chore Add CodeQL analysis 3d3c1fb Core Fixed jQuery .submit() event shorthand deprecation notice #2430 Fixed...

dependencies

Hello! Currently the SettingDefinition takes localizable strings for our settings, however the .WithProperty method does not, so how do we get localized strings into our group headers for settings? ![image](https://user-images.githubusercontent.com/25310133/167657061-3c92ee97-85b1-4503-946c-58453488abf1.png)...

Hello! What should we override to perform validation when saving settings through this module? Ideally we can override and check if the setting group is x then perform some validation

When open the setting management page, it thrown below exception: Volo.Abp.Http.Client.AbpRemoteCallException: 对不起,在处理你的请求期间,产生了一个服务器内部错误! at Volo.Abp.Http.Client.DynamicProxying.DynamicHttpProxyInterceptor`1.ThrowExceptionForResponseAsync(HttpResponseMessage response) at Volo.Abp.Http.Client.DynamicProxying.DynamicHttpProxyInterceptor`1.MakeRequestAsync(IAbpMethodInvocation invocation) at Volo.Abp.Http.Client.DynamicProxying.DynamicHttpProxyInterceptor`1.MakeRequestAndGetResultAsync[T](IAbpMethodInvocation invocation) at Volo.Abp.Http.Client.DynamicProxying.DynamicHttpProxyInterceptor`1.GetResultAsync(Task task, Type resultType) at Volo.Abp.Http.Client.DynamicProxying.DynamicHttpProxyInterceptor`1.InterceptAsync(IAbpMethodInvocation invocation) at...

Hi, I think settings can be sorted on the UI with `Weight / Order` property. We can use like this (code side); ```csharp context.Add( new SettingDefinition( ... ) .WithProperty(SettingUiConst.Weight, "5")...

Hi @wakuflair , I see your document of settingUI module in MVC, how about using it in Angular ? Thanks and this is great module

help wanted

I saw the grouping demo: ```csharp context.Add( new SettingDefinition( "Connection.Ip", // Setting name "127.0.0.1", // Default value L("DisplayName:Connection.Ip"), // Display name L("Description:Connection.Ip") // Description ) .WithProperty(SettingUiConst.Group1, "Server") .WithProperty(SettingUiConst.Group2, "Connection") );...

![image](https://user-images.githubusercontent.com/34080651/194453387-780d089c-18e0-447b-8b5b-95b65e0e40d2.png)