You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under Tenant Allow/Block Lists, selecting an entry > clicking the actions menu option > clicking Remove and then clicking Confirm - nothing happens after hitting Confirm. We do get this confirmation screen
but the entry is still present. When testing the Remove-TenantAllowBlockListItems command, I did notice that I had to add -ListSubType Tenant as a parameter in order for the PowerShell command to work, whereas that's not present in the Invoke-RemoveTenantAllowBlockList.ps1 script.
Environment data
Sponsored, self-hosted
7.1.3for back end and front end version.
The text was updated successfully, but these errors were encountered:
Thank you for creating a bug. Please make sure your bug is indeed a unique case by checking current and past issues, and reading the complete documentation at https://docs.cipp.app/
If your bug is a known documentation issue, it will be closed without notice by a contributor. To confirm that this is not a bug found in the documentation, please copy and paste the following comment: "I confirm that I have checked the documentation thoroughly and believe this to be an actual bug."
Without confirming, your report will be closed in 24 hours. If you'd like this bug to be assigned to you, please comment "I would like to work on this please!".
The (main) issue here is actually that in v6 the actions were commented out since Remove-TenantAllowBlockListItems requires the ListType (FileHash, Url, Sender, BulkSender, Recipient, IP) which Get-TenantAllowBlockListItems DOES NOT RETURN... and we're doing a bulk request which runs trough all of the ListTypes
Description
Under Tenant Allow/Block Lists, selecting an entry > clicking the actions menu option > clicking Remove and then clicking Confirm - nothing happens after hitting Confirm. We do get this confirmation screen
but the entry is still present. When testing the Remove-TenantAllowBlockListItems command, I did notice that I had to add -ListSubType Tenant as a parameter in order for the PowerShell command to work, whereas that's not present in the Invoke-RemoveTenantAllowBlockList.ps1 script.
Environment data
The text was updated successfully, but these errors were encountered: