Adaptation of the Hub URLs for the newsroom.

This commit is contained in:
Denis Flaven
2018-12-03 17:26:22 +01:00
parent 387c166985
commit d392b9c0f6
2 changed files with 4 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ class HubNewsroomProvider extends NewsroomProviderBase
public function GetViewAllURL()
{
return $this->MakeURL('route_view_all_messages');
return $sBaseUrl = $this->oConfig->GetModuleSetting('itop-hub-connector', 'url').MetaModel::GetModuleSetting('itop-hub-connector', 'route_view_all_messages');
}
/**
* {@inheritDoc}