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:
Luis Fernando Saisa Lopez
2013-03-27 13:42:11 +00:00
parent baca267dff
commit 3e03e2c826
2 changed files with 43 additions and 25 deletions

View File

@@ -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
}