Show effective access roles in HTML5 workspace
This commit is contained in:
@@ -1643,6 +1643,9 @@ def test_import_supports_structure_only_indexing(monkeypatch, tmp_path: Path):
|
||||
)
|
||||
assert_html5_response_contract(html5_apply, "сохранено", "HTML5ПрофильHTTP", "CREATE_ACCESS_PROFILE")
|
||||
|
||||
html5_user = client.get(f"/html5/projects/{project_id}/access/users/ivanov")
|
||||
assert_html5_response_contract(html5_user, "пользователь", "ivanov", "Эффективные роли", "Роль.Менеджер")
|
||||
|
||||
access_plan = client.get(
|
||||
f"/html5/projects/{project_id}/access/profiles/{quote('НовыйПрофильHTTP')}/plan"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user