Description of the problem
After deploying a new dashlet to a user using the append option, the dashlet tabs cannot be edited in any way.
It is not possible to:
The UI appears to block any changes to the dashlet tabs.
There are no errors in the EspoCRM logs and no PHP errors.
This appears to be a front-end validation issue rather than a backend or database problem.
Steps to reproduce
Expected result
Dashlet tabs should be editable after deployment.
Users should be able to rename, reorder, or delete them.
Actual result
The dashlet tabs cannot be modified in any way.
All edit operations appear to be blocked in the UI.
EspoCRM version
9.3 though happened on 9.1
Environment
Logs
After deploying a new dashlet to a user using the append option, the dashlet tabs cannot be edited in any way.
It is not possible to:
- Rename the dashlet tab
- Reorder the dashlet tabs
- Delete the dashlet tab
The UI appears to block any changes to the dashlet tabs.
There are no errors in the EspoCRM logs and no PHP errors.
This appears to be a front-end validation issue rather than a backend or database problem.
Steps to reproduce
- Deploy a new dashlet to a user using the append option.
- Open the dashboard containing the appended dashlet.
- Attempt to modify the dashlet tabs (rename, reorder, or delete).
Expected result
Dashlet tabs should be editable after deployment.
Users should be able to rename, reorder, or delete them.
Actual result
The dashlet tabs cannot be modified in any way.
All edit operations appear to be blocked in the UI.
EspoCRM version
9.3 though happened on 9.1
Environment
- PHP: 8.3.30 (cli) (built: Feb 24 2026 19:11:21) (NTS)
- Database: MariaDB 12.0.2
- MariaDB Client: 15.2 for debian-linux-gnu (x86_64) using EditLine wrapper
Logs
- No errors in EspoCRM logs
- No PHP errors

Comment