feat(server): add project RBAC and guarded workflows
This commit is contained in:
@@ -266,6 +266,7 @@ async def create_admin_project(
|
||||
gs_workspace=payload.gs_workspace,
|
||||
map_extent=payload.map_extent,
|
||||
status=payload.status,
|
||||
creator_user_id=current_user.id,
|
||||
)
|
||||
except IntegrityError as exc:
|
||||
raise HTTPException(
|
||||
|
||||
Reference in New Issue
Block a user