From 4713299ce160e80538002d5edc53323eb4377e29 Mon Sep 17 00:00:00 2001 From: Torsten Brendgen Date: Sat, 18 Jul 2026 22:23:01 +0200 Subject: [PATCH] Enhance ExpiryIndicator binding dialog with status display and validation improvements - Added a status display area in the ExpiryIndicator binding dialog to show messages related to binding actions. - Cleared the status display when opening the binding dialog. - Updated the binding registration function to normalize expiry bindings for better handling. - Improved error handling and user feedback during the binding process. - Adjusted the showStatus function to update the status in both the main status area and the binding dialog. --- README.md | 2 +- config/package-solution.json | 4 ++-- package-lock.json | 2 +- package.json | 2 +- sharepoint/assets/PortalSettings.aspx | 11 ++++++----- src/assets/PortalSettings.aspx | 11 ++++++----- 6 files changed, 17 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index a2aa9ff..c3ea043 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Das Paket liegt danach unter `sharepoint/solution/portal-settings.sppkg`. ## Installation und Upgrade -1. `portal-settings.sppkg` im App Catalog durch Version `2.1.2.0` ersetzen. +1. `portal-settings.sppkg` im App Catalog durch Version `2.1.3.0` ersetzen. 2. PortalSettings im Root Web der Site Collection installieren beziehungsweise aktualisieren. 3. `expiry-indicator.sppkg` durch Version `2.1.0.0` ersetzen und die App aktualisieren. 4. `/SitePages/PortalSettings.aspx` mit geleertem Browsercache laden. diff --git a/config/package-solution.json b/config/package-solution.json index 9edbcd1..d268626 100644 --- a/config/package-solution.json +++ b/config/package-solution.json @@ -3,7 +3,7 @@ "solution": { "name": "portal-settings-client-side-solution", "id": "1c98e32d-bb7b-43b7-9625-074d6e4ea286", - "version": "2.1.2.0", + "version": "2.1.3.0", "includeClientSideAssets": true, "skipFeatureDeployment": false, "features": [ @@ -11,7 +11,7 @@ "title": "Portal Settings", "description": "Provisioniert die zentrale Settings-Seite fuer aktive Portal-Erweiterungen.", "id": "57bd9daf-48f9-49e2-aebd-11b15a0b5e93", - "version": "2.1.2.0", + "version": "2.1.3.0", "assets": { "elementManifests": [ "elements-v2.xml" diff --git a/package-lock.json b/package-lock.json index d2335ea..b66af31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "portal-settings", - "version": "2.1.2", + "version": "2.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f492a90..009e09a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "portal-settings", - "version": "2.1.2", + "version": "2.1.3", "private": true, "main": "lib/index.js", "engines": { diff --git a/sharepoint/assets/PortalSettings.aspx b/sharepoint/assets/PortalSettings.aspx index 8676ad6..1e44a2e 100644 --- a/sharepoint/assets/PortalSettings.aspx +++ b/sharepoint/assets/PortalSettings.aspx @@ -17,7 +17,7 @@ - + diff --git a/src/assets/PortalSettings.aspx b/src/assets/PortalSettings.aspx index 8676ad6..1e44a2e 100644 --- a/src/assets/PortalSettings.aspx +++ b/src/assets/PortalSettings.aspx @@ -17,7 +17,7 @@ - +