CLASS PR obervations
This commit is contained in:
@@ -478,7 +478,7 @@ class ListInbox extends BaseListInbox
|
|||||||
} else {
|
} else {
|
||||||
//If we have additional tables configured in the custom cases list, prepare the variables for search
|
//If we have additional tables configured in the custom cases list, prepare the variables for search
|
||||||
$casesList = new \ProcessMaker\BusinessModel\Cases();
|
$casesList = new \ProcessMaker\BusinessModel\Cases();
|
||||||
$casesList->getSearchCriteriaListCases($criteria, 'ListInboxPeer', $search, $this->additionalClassName, $additionalColumns);
|
$casesList->getSearchCriteriaListCases($criteria, __CLASS__ . 'Peer', $search, $this->additionalClassName, $additionalColumns);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -288,7 +288,7 @@ class ListParticipatedLast extends BaseListParticipatedLast
|
|||||||
} else {
|
} else {
|
||||||
//If we have additional tables configured in the custom cases list, prepare the variables for search
|
//If we have additional tables configured in the custom cases list, prepare the variables for search
|
||||||
$casesList = new \ProcessMaker\BusinessModel\Cases();
|
$casesList = new \ProcessMaker\BusinessModel\Cases();
|
||||||
$casesList->getSearchCriteriaListCases($criteria, 'ListParticipatedLastPeer', $search, $this->additionalClassName, $additionalColumns);
|
$casesList->getSearchCriteriaListCases($criteria, __CLASS__ . 'Peer', $search, $this->additionalClassName, $additionalColumns);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -247,7 +247,7 @@ class ListPaused extends BaseListPaused
|
|||||||
} else {
|
} else {
|
||||||
//If we have additional tables configured in the custom cases list, prepare the variables for search
|
//If we have additional tables configured in the custom cases list, prepare the variables for search
|
||||||
$casesList = new \ProcessMaker\BusinessModel\Cases();
|
$casesList = new \ProcessMaker\BusinessModel\Cases();
|
||||||
$casesList->getSearchCriteriaListCases($criteria, 'ListPausedPeer', $search, $this->additionalClassName, $additionalColumns);
|
$casesList->getSearchCriteriaListCases($criteria, __CLASS__ . 'Peer', $search, $this->additionalClassName, $additionalColumns);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -191,7 +191,7 @@ class ListUnassigned extends BaseListUnassigned
|
|||||||
} else {
|
} else {
|
||||||
//If we have additional tables configured in the custom cases list, prepare the variables for search
|
//If we have additional tables configured in the custom cases list, prepare the variables for search
|
||||||
$casesList = new \ProcessMaker\BusinessModel\Cases();
|
$casesList = new \ProcessMaker\BusinessModel\Cases();
|
||||||
$casesList->getSearchCriteriaListCases($criteria, 'ListUnassignedPeer', $search, $this->additionalClassName, $additionalColumns);
|
$casesList->getSearchCriteriaListCases($criteria, __CLASS__ . 'Peer', $search, $this->additionalClassName, $additionalColumns);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user