There was a need to implement a dashboard from charts, a huge size of 100 rows per 2 columns...
The first problem faced is the limitation on 63 lines.
Had to edit parameter const MAX_Y = 63; // DASHBOARD_MAX_ROWS - 1 in CDashboard.php.
After that, everything was created normally through the API, but when trying to edit an already created dashboard through the web interface, the error "widget[124] parameter "name" is not set"fell out.
Found another mention in the definitions.inc.php, corrected, but nothing has changed... To reduce the number of rows is not an option, looking for a solution...
The first problem faced is the limitation on 63 lines.
Had to edit parameter const MAX_Y = 63; // DASHBOARD_MAX_ROWS - 1 in CDashboard.php.
After that, everything was created normally through the API, but when trying to edit an already created dashboard through the web interface, the error "widget[124] parameter "name" is not set"fell out.
Found another mention in the definitions.inc.php, corrected, but nothing has changed... To reduce the number of rows is not an option, looking for a solution...
Comment