1 Answer(s)
-
0
Hi, Thanks for the details. This behavior is expected. The File Management menu is not controlled by whether you enabled it on the host side. In the File Management module, the
FileManagement.Enablefeature is defined with a default value oftrue, and the MVC menu contributor adds theFilesmenu item when that feature is enabled for the current tenant and the user has the related File Management permissions. So, if you only disabled it for the host, tenants can still see theFilesmenu unless you also disable the feature for the tenant or for the tenant's edition. To fix it:- If you want to disable it for a specific tenant, go to
Tenant Management -> Tenants -> Actions -> Featuresand turn offFile Management -> Enable. - If you are using the SaaS module and want to disable it for a whole edition/plan, disable the same feature on the edition.
- If you want to disable it for all tenants globally, you can set it from configuration:
"Features": { "FileManagement.Enable": "false" }After disabling that feature, the
Filesmenu should no longer be shown for those tenants. If it still appears, please send us:- Whether you are using SaaS editions or only Tenant Management.
- A screenshot of the tenant's Features dialog.
- Whether the tenant user/role still has the File Management permissions. Best regards, ABP Support Team
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) - If you want to disable it for a specific tenant, go to