We redefined status in Calls, and I want to see Calls in Activities history without the "Set Held" option. I imagined editing this line:
$statusList = $this->getMetadata()->get(['scopes', $entityType, 'historyStatusList'], ['Held', 'Not Held', 'Planned']);
adding 'Respondida', 'Deja aviso', 'No Respondida', 'Ausente', 'Ocupado' would work (these are the new status).
But it doesn't work at all, even rebuilding. Any tips?
$statusList = $this->getMetadata()->get(['scopes', $entityType, 'historyStatusList'], ['Held', 'Not Held', 'Planned']);
adding 'Respondida', 'Deja aviso', 'No Respondida', 'Ausente', 'Ocupado' would work (these are the new status).
But it doesn't work at all, even rebuilding. Any tips?
Comment