Completed feature #391
This commit is contained in:
		| @@ -92,7 +92,7 @@ class ServerConfigMutation(QueryABC): | ||||
|         server_config.default_role_id = ( | ||||
|             input["defaultRoleId"] if "defaultRoleId" in input else server_config.default_role_id | ||||
|         ) | ||||
|         server_config.default_role_id = ( | ||||
|         server_config.short_role_name_only_set_highest_role = ( | ||||
|             input["shortRoleNameOnlySetHighestRole"] | ||||
|             if "shortRoleNameOnlySetHighestRole" in input | ||||
|             else server_config.short_role_name_only_set_highest_role | ||||
|   | ||||
		Reference in New Issue
	
	Block a user