BUG 0000 "Problem in Dashboards" SOLVED
- Problem in Dashboards - Problem in deploying the dashlets, when the column is one - Solved problem, validation was added for deploy of columns - It was added that by default displays two columns * Available from version ProcessMaker-2.0.47 (2.5.1)
This commit is contained in:
@@ -28,7 +28,7 @@ class Dashboard extends Controller
|
||||
try {
|
||||
$dashletsExist = $this->getDashletsInstancesForCurrentUser();
|
||||
$dashletsHide = array();
|
||||
$dashletColumns = 3;
|
||||
$dashletColumns = 2;
|
||||
|
||||
G::LoadClass( 'configuration' );
|
||||
$oConfiguration = new Configurations();
|
||||
@@ -447,4 +447,3 @@ class Dashboard extends Controller
|
||||
|
||||
// Functions for the dasboards administration module - End
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user