Merge pull request #629 from ChristopheBoucaut/patch-4
[-] WS : setFieldsToDisplay() calls $this->resourceConfiguration, never initialized
This commit is contained in:
@@ -513,7 +513,6 @@ class WebserviceRequestCore
|
||||
$this->setError(501, sprintf('The specific management class is not implemented for the "%s" entity.', $this->urlSegment[0]), 124);
|
||||
else
|
||||
{
|
||||
$this->setFieldsToDisplay();
|
||||
$this->objectSpecificManagement = new $specificObjectName();
|
||||
$this->objectSpecificManagement->setObjectOutput($this->objOutput)
|
||||
->setWsObject($this);
|
||||
|
||||
Reference in New Issue
Block a user