El bugs es PM-1145 no recibia el parametro correspondiente a la variable del calendar.

PM-1131, mejora en las etiquetas

PM-1145, Se lo resolvio creando la variable faltante.
This commit is contained in:
marcelo
2015-02-03 16:26:25 -04:00
parent c4d1a4a1e6
commit 66ca1ab983
3 changed files with 3 additions and 3 deletions

View File

@@ -2816,7 +2816,7 @@ function PMFAddCaseNote($caseUid, $processUid, $taskUid, $userUid, $note, $sendM
* @return array | $arrayData | Array with new data | The array will contain the new data
*
*/
function PMFAddAttachmentToArray($arrayData, $index, $value, $suffix = " Copy({i})")
{
if (isset($suffix) && $suffix == "") {

View File

@@ -83,7 +83,7 @@ switch ($_POST['action']) {
$aUserInfo[] = array('USR_UID' => $aRow1['USR_UID'], 'USER_FULLNAME' => $infoUser);
}
print (G::json_encode($aUserInfo));
break;
case 'availableCalendars':
G::LoadClass('calendar');

View File

@@ -1,6 +1,6 @@
var storeCountry;
var storeRegion;
var storeLocation;
var storeLocation;
var storeReplacedBy;
var storeCalendar;
var storeRole;