Merged in bugfix/PMCORE-4214 (pull request #8744)
PMCORE-4214 Message History in case tracker not working
This commit is contained in:
@@ -6375,7 +6375,7 @@ class Cases
|
|||||||
* @param string sApplicationUID
|
* @param string sApplicationUID
|
||||||
* @return object
|
* @return object
|
||||||
*/
|
*/
|
||||||
public function getHistoryMessagesTracker($sApplicationUID)
|
public static function getHistoryMessagesTracker($sApplicationUID)
|
||||||
{
|
{
|
||||||
$oAppDocument = new AppDocument();
|
$oAppDocument = new AppDocument();
|
||||||
$oCriteria = new Criteria('workflow');
|
$oCriteria = new Criteria('workflow');
|
||||||
@@ -6440,7 +6440,7 @@ class Cases
|
|||||||
* @param string Msg_UID
|
* @param string Msg_UID
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
public function getHistoryMessagesTrackerView($sApplicationUID, $Msg_UID)
|
public static function getHistoryMessagesTrackerView($sApplicationUID, $Msg_UID)
|
||||||
{
|
{
|
||||||
$oAppDocument = new AppDocument();
|
$oAppDocument = new AppDocument();
|
||||||
$oCriteria = new Criteria('workflow');
|
$oCriteria = new Criteria('workflow');
|
||||||
|
|||||||
Reference in New Issue
Block a user