From c16445d49e0c5b1eafd71112aa93e8c6ceb840bc Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Thu, 27 Aug 2026 21:02:44 +0200 Subject: [PATCH] Release 3.62.0 (#7735) --- CHANGELOG.md | 2 +- .../create-or-update-access-dialog.component.ts | 4 ++++ .../create-or-update-access-dialog.html | 10 +++++++--- package-lock.json | 4 ++-- package.json | 2 +- .../migration.sql | 2 +- 6 files changed, 16 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03f4fef6d..803c8b967 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 3.62.0 - 2026-08-27 ### Added diff --git a/apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.component.ts b/apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.component.ts index b7ad09553..f28d13544 100644 --- a/apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.component.ts +++ b/apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.component.ts @@ -212,6 +212,10 @@ export class GfCreateOrUpdateAccessDialogComponent implements OnInit { return this.accessForm?.get('type')?.value === 'PUBLIC'; } + protected get showExpiresAtErrorMessage() { + return this.accessForm?.get('expiresAt')?.invalid === true; + } + protected onCancel() { this.dialogRef.close(); } diff --git a/apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html b/apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html index a802b2291..cf0d8f2be 100644 --- a/apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html +++ b/apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html @@ -45,8 +45,12 @@ -