Open Closed

FileManagement module #10530


User avatar
0
LiSong created

in the host site, we didn't enable the File Management module, however, all tenants can see the Files in the left sidebar, why? how to fix it?

Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)

1 Answer(s)
  • User Avatar
    0
    enisn created
    Support Team .NET Developer

    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.Enable feature is defined with a default value of true, and the MVC menu contributor adds the Files menu 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 the Files menu 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 -> Features and turn off File 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 Files menu should no longer be shown for those tenants. If it still appears, please send us:

    1. Whether you are using SaaS editions or only Tenant Management.
    2. A screenshot of the tenant's Features dialog.
    3. 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)
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.8.0-preview. Updated on September 16, 2026, 14:50
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.