Step F6:AE & 风险/问题管理(PV)
This commit is contained in:
@@ -14,7 +14,7 @@ from app.schemas.ae import AECreate, AERead, AEUpdate
|
||||
router = APIRouter()
|
||||
|
||||
ALLOWED_CREATE_ROLES = {"PM", "CRA", "PV"}
|
||||
ALLOWED_UPDATE_ROLES = {"PM", "PV"}
|
||||
ALLOWED_UPDATE_ROLES = {"PM", "PV", "CRA"}
|
||||
|
||||
|
||||
async def _ensure_study_exists(db: AsyncSession, study_id: uuid.UUID):
|
||||
|
||||
Reference in New Issue
Block a user