移除QA预设角色并收紧角色模板编辑
This commit is contained in:
@@ -99,7 +99,7 @@ ImportError: cannot import name 'PROJECT_PERMISSION_ROLES' from 'app.core.api_pe
|
||||
|
||||
```python
|
||||
# backend/app/core/api_permissions.py
|
||||
PROJECT_PERMISSION_ROLES = ["PM", "CRA", "PV", "MEDICAL_REVIEW", "IMP", "QA"]
|
||||
PROJECT_PERMISSION_ROLES = ["PM", "CRA", "PV", "MEDICAL_REVIEW", "IMP"]
|
||||
```
|
||||
|
||||
**文件**: `backend/app/core/api_permissions.py`
|
||||
|
||||
Reference in New Issue
Block a user