Brian Dukes

Results 177 comments of Brian Dukes

It's doing the same thing as pressing del in File Explorer, so it depends on your settings as to whether it shows a confirmation or not.

I am open to an alternative implementation of the `Recycle` module which allows more customization.

Yes, the cmdlet is poorly designed, in that using `Remove-Item` parameters that aren't supported causes it to fall back to `Remove-Item` (and, therefore, silently before "unsafe"). Fixes are definitely welcome.

Is this the file you're uploading? https://github.com/EngageSoftware/DNN-JavaScript-Libraries/releases/download/bootstrap_5.3.1/bootstrap_5.3.1.zip That could happen if you accidentally download the repository source instead of the package. You can also open your browser developer tools and...

The current [permission grid calls `Localization.LocalizeRole`](https://github.com/dnnsoftware/Dnn.Platform/blob/4dc00f90e2fddf7a996bfeec16d4dee0e8778587/DNN%20Platform/Library/Security/Permissions/Controls/PermissionsGrid.cs#L819) on the role name. If the Persona Bar's [`RoleController`](https://github.com/dnnsoftware/Dnn.Platform/blob/4dc00f90e2fddf7a996bfeec16d4dee0e8778587/Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Roles/RolesController.cs) API methods are updated to call that before returning to the frontend, that should get...

Similarly, we're using [auth0-deploy-cli](https://www.npmjs.com/package/auth0-deploy-cli) which depends on v3 of this library, and just started getting an error due to this library's dependency on [rest-facade](https://www.npmjs.com/package/rest-facade). It looks like [superagent has a...

The permanent deleting is is a known issue, see #18 (if you specify any of these arguments, it will not use the recycle bin: `DeletePermanently`, `Filter`, `Include`, `Exclude`, `Recurse`, `Force`,...

5.0.0 appears to work without issue, just getting the message on 5.0.1

I agree in principle, however, we have many years of folks relying on being able to put HTML into the module title, so I fear that this change could break...