- Removed: Save as XLS option

- Recursive max depth now set to 10 (was 4)
This commit is contained in:
2026-05-28 12:59:59 +02:00
parent 3225a4fd8e
commit 639265c18f
6 changed files with 14 additions and 88 deletions

View File

@@ -294,7 +294,7 @@ namespace Permissions
saveFD.Title = "Save as...";
saveFD.FileName = "permissions";
saveFD.Filter = "Excel Files|*.xls|CSV Files|*.csv|TXT Files|*.txt";
saveFD.Filter = "CSV Files|*.csv|TXT Files|*.txt";
if (saveFD.ShowDialog() != DialogResult.Cancel)
{
@@ -785,7 +785,7 @@ namespace Permissions
if (getOwnerGroup_chkBox.Checked)
{
// TODO: This is old AMC stuff. requires a refactor
if (groupName.Contains("__gebr") || groupName.Contains("__lees"))
{
string groupNameOwner = "";