No update test
This commit is contained in:
@@ -750,6 +750,7 @@ class indicatorsCalculator
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* For debug only:
|
/* For debug only:
|
||||||
* public function interpolateQuery($query, $params) {
|
* public function interpolateQuery($query, $params) {
|
||||||
$keys = array();
|
$keys = array();
|
||||||
|
|||||||
@@ -52,6 +52,7 @@ class DashboardIndicator extends BaseDashboardIndicator
|
|||||||
$rs = DashboardIndicatorPeer::doSelectRS( $criteria );
|
$rs = DashboardIndicatorPeer::doSelectRS( $criteria );
|
||||||
$rs->setFetchmode( ResultSet::FETCHMODE_ASSOC );
|
$rs->setFetchmode( ResultSet::FETCHMODE_ASSOC );
|
||||||
$dashboardIndicator = array();
|
$dashboardIndicator = array();
|
||||||
|
|
||||||
while ($rs->next()) {
|
while ($rs->next()) {
|
||||||
$row = $rs->getRow();
|
$row = $rs->getRow();
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ namespace ProcessMaker\BusinessModel;
|
|||||||
|
|
||||||
use \G;
|
use \G;
|
||||||
|
|
||||||
|
|
||||||
class ReportingIndicators
|
class ReportingIndicators
|
||||||
{
|
{
|
||||||
// /**et
|
// /**et
|
||||||
|
|||||||
@@ -133,6 +133,7 @@ class ReportingIndicators extends Api
|
|||||||
*
|
*
|
||||||
* @url GET /group-employee-data
|
* @url GET /group-employee-data
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public function doGetGroupEmployeesData($group_uid, $init_date, $end_date, $language)
|
public function doGetGroupEmployeesData($group_uid, $init_date, $end_date, $language)
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user