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:
@@ -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 == "") {
|
||||
|
||||
@@ -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');
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
var storeCountry;
|
||||
var storeRegion;
|
||||
var storeLocation;
|
||||
var storeLocation;
|
||||
var storeReplacedBy;
|
||||
var storeCalendar;
|
||||
var storeRole;
|
||||
|
||||
Reference in New Issue
Block a user