From 84638d3ed3aa562b403e06b57639db0481bbaf6b Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 21 Mar 2025 10:28:20 -0700 Subject: [PATCH 1/2] Remove unnecessary check --- .../components/document-detail/document-detail.component.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src-ui/src/app/components/document-detail/document-detail.component.ts b/src-ui/src/app/components/document-detail/document-detail.component.ts index ba3b76bc3..00e34fe93 100644 --- a/src-ui/src/app/components/document-detail/document-detail.component.ts +++ b/src-ui/src/app/components/document-detail/document-detail.component.ts @@ -825,10 +825,6 @@ export class DocumentDetailComponent error: (error) => { this.networkActive = false const canEdit = - this.permissionsService.currentUserCan( - PermissionAction.Change, - PermissionType.Document - ) && this.permissionsService.currentUserHasObjectPermissions( PermissionAction.Change, this.document From d3b1246cb74c9a5e4dddc55735e2f8a6ebad74e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 23:46:52 +0000 Subject: [PATCH 2/2] docker(deps): Bump astral-sh/uv Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.6.5-python3.12-bookworm-slim to 0.6.9-python3.12-bookworm-slim. - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.6.5...0.6.9) --- updated-dependencies: - dependency-name: astral-sh/uv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f56422a8e..ec9f48a92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ RUN set -eux \ # Purpose: Installs s6-overlay and rootfs # Comments: # - Don't leave anything extra in here either -FROM ghcr.io/astral-sh/uv:0.6.5-python3.12-bookworm-slim AS s6-overlay-base +FROM ghcr.io/astral-sh/uv:0.6.9-python3.12-bookworm-slim AS s6-overlay-base WORKDIR /usr/src/s6