fix: restore admin role updates
This commit is contained in:
@@ -11,7 +11,7 @@ from .branding import get_portal_trial_config, is_trial_expired
|
||||
from .forms import PortalBrandingForm, PortalCompanyConfigForm, PortalTrialConfigForm, UserManagementCreateForm
|
||||
from .models import PortalAppConfig, PortalBranding, PortalCompanyConfig, UserNotification, UserProfile
|
||||
from .notifications import notify_user
|
||||
from .roles import ROLE_GROUP_NAMES, ROLE_PLATFORM_OWNER, get_user_role_key
|
||||
from .roles import ROLE_GROUP_NAMES, ROLE_PLATFORM_OWNER, ROLE_SUPER_ADMIN, assign_user_role, get_user_role_key
|
||||
|
||||
|
||||
def portal_app_registry_page_impl(request, *, translate_choice_list):
|
||||
|
||||
Reference in New Issue
Block a user