更新前端指针到公文权限修复 #16
Reference in New Issue
Block a user
Delete Branch "wren-dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
背景
前端子仓库已修复公文列表/上传路由权限失效、下级角色编辑上级角色权限,以及
/role-permissions无权限点击不提示的问题。根仓库需要更新legal-platform-frontendgitlink 指针以引用该前端提交。变更内容
legal-platform-frontend指针到5d6e6af fix(auth): enforce govdoc route grants and role hierarchy。验证
git diff --cached --checknode --test tests/govdoc-audit/route-access.test.mts tests/govdoc-audit/govdoc-access.test.mts tests/govdoc-audit/home-routing.test.mts tests/govdoc-audit/menu-routing.test.mts tests/govdoc-audit/role-permissions-index.test.mts lib/auth/permission-feedback.test.mtsnpx eslint 'app/(audit)/role-permissions/RolePermissionsClient.tsx' lib/auth/govdoc-access.ts lib/utils/route-alias.shared.js tests/govdoc-audit/govdoc-access.test.mts tests/govdoc-audit/home-routing.test.mts tests/govdoc-audit/menu-routing.test.mts tests/govdoc-audit/role-permissions-index.test.mtsnpx tsc --noEmit --pretty false说明
RolePermissionsClient.tsx仍有 3 个既有react-hooks/exhaustive-depswarning。tests/test_document_type_permissions.py,不是本次变更,未提交。