Open Closed

Settings page empty and suggested fix doesn´t seem to apply #1492


User avatar
0
Sturla created

Hi

Since this ticket is closed I´m forced to create a new one.

I have the exact problem with Blazor WASM 4.3.2, that the content on the Settings page is missing when logged in as tenant, but the suggested fix in the above ticket doesn´t solve it.

The following code doesn´t seem to do anything when placed (anywhere) in the Define() method in the PermissionDefinitionProvider class

var setting = context.GetPermissionOrNull(SettingManagementPermissions.Emailing);
setting.MultiTenancySide = MultiTenancySides.Both;

Am I missing something?

Here you can see the Settings menu item but totally empty page.


2 Answer(s)
  • User Avatar
    0
    simongullberg created

    The fix provided in ticket #1432 worked for us. Did you set the Emailing permission under Setting Management for your user?

  • User Avatar
    0
    Sturla created

    Ok it works now. The email was checked with permissions but some combination of loging into the main admin and checking the tenant user loggin of and into the tenant it self and restart made this all click. I really tried this all yesterday as well... strange.... but oh well...closing this

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11