robertfshort

Results 4 issues of robertfshort

### Question So lets say I have a route that I want to use OpenAPI on. Now this route has a parameter set that gets passed to the route as...

enhancement :arrow_up:

Any thoughts on adding a WYSIWYG editor?

I tried two options for removing a users access to a folder: ``` $ACLuser = new-object ShareFile.Api.Models.AccessControl $ACLuser.Principal = $USER $ACLuser.CanUpload = $false $ACLuser.CanDownload = $false $ACLuser.CanDelete = $false $ACLuser.CanManagePermissions...

### Bootstraptable version(s) affected 1.24.1 ### Description When using the filter control and a data height is set, if the refresh button is used, it clears the filter. In example,...

Bug