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

Perform setting save validation

Open rcalv002 opened this issue 2 years ago • 3 comments

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

rcalv002 avatar May 10 '22 14:05 rcalv002

Any comment?

rcalv002 avatar May 31 '22 23:05 rcalv002

cc @wakuflair

gdlcf88 avatar Jun 01 '22 03:06 gdlcf88

There's no backend validations yet.

We could design a mechanism to do it. The SetSettingValuesAsync method should be the entry point. https://github.com/EasyAbp/Abp.SettingUi/blob/70784aff84e658613c9736f58ec1c4d4aaadd538/src/EasyAbp.Abp.SettingUi.Application/SettingUiAppService.cs#L114

wakuflair avatar Jun 02 '22 05:06 wakuflair