- Removed: Save as XLS option
- Recursive max depth now set to 10 (was 4)
This commit is contained in:
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user