I am creating Mypreferences where I can give tenants an option to change time, date, currency as per their needs. For that I have created a new table called mypreferences. But now I am thinking to add the settings in AbpSettings table.
I tried this but it is not allowing me and giving me error "There is no settings defined with name 'Abp.Preferences.MyPreferences'". I think it is coming directly from dll. Is there a way where can store settings in AbpSettings table ?
Guide me.
I have Angular 4 with Asp.net Core.
I have build and deployed the app on Azure. Now I am getting "Error for site owner. Invalid domain for site key"
I have created new Site key & secret key from google captcha and replace it in Appsettings.json under the Core Layer.
But still I am not getting the captcha check box like it should be.
I even disabled it from the tenant settings under user management, but no use.
If it is a bug, how should I disable captcha?
Hope to hear from you soon.
Hi, is it possible to modify the class of the MenuItemDefinition when creating menu items with the NavigationProvider? The Metronic theme provides a class for a uppercase menu item that is not a hyperlink but just a grouping of menu items, and I would like to add this into the application.