How to customize bulk actions

To customize bulk actions follow these steps:

  1. Go to Services β†’ Servers and click the HTTP or HTTPS server card where the File Manager is configured.

  2. Scroll down to the Applications section and click the icon to open the Edit Configurations window.

  1. There are 3 properties relevant to bulk actions:

    • "hideBulk"

    • "hideBulkDelete"

    • "hideBulkDownload"

By default, they are set to false and bulk features are active.

  • To disable the Bulk action feature, set the hideBulk value to true or remove it.

  • To disable the Bulk action feature, set the hideBulk value to true or remove it.

  • To enable the feature without Download, the hideBulk value must be set to false and the hideBulkDownload value to true.

  • To enable the feature without Delete, the hideBulk value must be set to false and the hideBulkDelete value to true.

  1. Click the Confirm button. The server will be restarted.

Please note that other combinations may not work, so follow only the instructions above.

Last updated