Merge branch 'bugfix/voicecallhistory' into 'master'

fixed voice call history not opening

See merge request fronk/thetool!494
This commit is contained in:
Luca Haid
2024-07-16 15:03:24 +00:00

View File

@@ -24,7 +24,7 @@ class VoiceCallHistoryController extends mfBaseController {
}
protected function indexAction(): void {
Helper::renderVue($this, "Voice Call History", $this->mod, ["VOICE_CALL_HISTORY_API_URL" => $this->getUrl("VoiceCallHistory", "api")]);
Helper::renderVue($this, "VoiceCallHistory", $this->mod, ["VOICE_CALL_HISTORY_API_URL" => $this->getUrl("VoiceCallHistory", "api")]);
}
protected function apiAction() {