diff --git a/package.json b/package.json index be6d751..41c1419 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "site-admin", - "version": "0.9.4", + "version": "0.9.5", "description": "An automation tool for tenant admins to use for automation of features/enhancements.", "main": "src/index.ts", "scripts": { @@ -19,7 +19,7 @@ "datatables.net": "^2.3.2", "datatables.net-bs5": "^2.3.2", "dattatable": "^2.11.43", - "gd-sprest-bs": "^10.13.99", + "gd-sprest-bs": "^10.14.4", "jquery": "^3.7.1", "moment": "^2.30.1" }, diff --git a/spfx/config/package-solution.json b/spfx/config/package-solution.json index 64ff66d..7add291 100644 --- a/spfx/config/package-solution.json +++ b/spfx/config/package-solution.json @@ -3,7 +3,7 @@ "solution": { "name": "site-admin-tool", "id": "9c7bcdac-024d-4ffe-b63a-cef526bc1930", - "version": "0.9.4.0", + "version": "0.9.5.0", "includeClientSideAssets": true, "skipFeatureDeployment": true, "isDomainIsolated": false, diff --git a/spfx/package.json b/spfx/package.json index fc8754f..9edbc95 100644 --- a/spfx/package.json +++ b/spfx/package.json @@ -1,6 +1,6 @@ { "name": "site-admin", - "version": "0.9.4", + "version": "0.9.5", "private": true, "engines": { "node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0" diff --git a/src/reports/lists.ts b/src/reports/lists.ts index 3f1440c..99eacc3 100644 --- a/src/reports/lists.ts +++ b/src/reports/lists.ts @@ -198,8 +198,8 @@ export class Lists { text: "View List", type: Components.ButtonTypes.OutlinePrimary, onClick: () => { - // Show the security group - window.open(item.ListViewUrl + "?ID=" + item.ListUrl, "_blank"); + // Show the list/library + window.open(item.ListUrl, "_blank"); } } }