From 20948e4bacf0c62a7729272ec83606bf6849da0b Mon Sep 17 00:00:00 2001 From: Dev Date: Thu, 9 Apr 2026 14:24:31 +0200 Subject: [PATCH] feat(18-01): SettingsView ownership checkbox + EN/FR localization keys - SettingsView.xaml: Auto-Take Ownership section with CheckBox bound to AutoTakeOwnership - Strings.resx: settings.ownership.title/auto/description keys (EN) - Strings.fr.resx: matching French translations --- SharepointToolbox/Localization/Strings.fr.resx | 4 ++++ SharepointToolbox/Localization/Strings.resx | 4 ++++ SharepointToolbox/Views/Tabs/SettingsView.xaml | 10 ++++++++++ 3 files changed, 18 insertions(+) diff --git a/SharepointToolbox/Localization/Strings.fr.resx b/SharepointToolbox/Localization/Strings.fr.resx index 59167df..d3f62a9 100644 --- a/SharepointToolbox/Localization/Strings.fr.resx +++ b/SharepointToolbox/Localization/Strings.fr.resx @@ -412,4 +412,8 @@ Options d'exportation Fusionner les permissions en double + + Propriété du site + Prendre automatiquement la propriété d'administrateur de collection de sites en cas de refus d'accès + Lorsqu'activé, l'application prendra automatiquement les droits d'administrateur de collection de sites lorsqu'un scan rencontre une erreur de refus d'accès. Nécessite les permissions d'administrateur de tenant. diff --git a/SharepointToolbox/Localization/Strings.resx b/SharepointToolbox/Localization/Strings.resx index 3e7fa42..641bee3 100644 --- a/SharepointToolbox/Localization/Strings.resx +++ b/SharepointToolbox/Localization/Strings.resx @@ -412,4 +412,8 @@ Export Options Merge duplicate permissions + + Site Ownership + Automatically take site collection admin ownership on access denied + When enabled, the app will automatically elevate to site collection admin when a scan encounters an access denied error. Requires Tenant Admin permissions. diff --git a/SharepointToolbox/Views/Tabs/SettingsView.xaml b/SharepointToolbox/Views/Tabs/SettingsView.xaml index aa0533b..efde4b0 100644 --- a/SharepointToolbox/Views/Tabs/SettingsView.xaml +++ b/SharepointToolbox/Views/Tabs/SettingsView.xaml @@ -57,6 +57,16 @@