Merged in bugfix/PMCORE-3952 (pull request #8542)
PMCORE-3952 ErrorException: Non-static method ProcessMaker\Model\CaseList::checkColumnsConfigurationChanges() Approved-by: Paula Quispe Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
@@ -190,7 +190,7 @@ class CaseList extends Model
|
|||||||
* @param string $newColumns
|
* @param string $newColumns
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
private function checkColumnsConfigurationChanges(int $calId, string $type, string $newColumns): void
|
private static function checkColumnsConfigurationChanges(int $calId, string $type, string $newColumns): void
|
||||||
{
|
{
|
||||||
$caseList = CaseList::where('CAL_ID', '=', $calId)->first();
|
$caseList = CaseList::where('CAL_ID', '=', $calId)->first();
|
||||||
if ($caseList->CAL_COLUMNS === $newColumns) {
|
if ($caseList->CAL_COLUMNS === $newColumns) {
|
||||||
|
|||||||
Reference in New Issue
Block a user