We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This header appears to drive what writer is used when connecting Odata from Excel.
From looking over the available json writers, JsonLightODataWriter should be used, but can't match odata.metadata in https://github.com/Algo-Web/POData/blob/master/src/POData/Writers/Json/JsonLightODataWriter.php#L73
Backtracking from this, it seems this is removed by this line: https://github.com/Algo-Web/POData/blob/master/src/POData/Writers/ResponseWriter.php#L74 , I'm not sure why. Just commenting this line doesn't fix the problem either though.
The text was updated successfully, but these errors were encountered:
@jochendaum , I know it's been a while, but can you try current repo HEAD and see if pain persists?
Sorry, something went wrong.
c-harris
No branches or pull requests
This header appears to drive what writer is used when connecting Odata from Excel.
From looking over the available json writers, JsonLightODataWriter should be used, but can't match odata.metadata in https://github.com/Algo-Web/POData/blob/master/src/POData/Writers/Json/JsonLightODataWriter.php#L73
Backtracking from this, it seems this is removed by this line:
https://github.com/Algo-Web/POData/blob/master/src/POData/Writers/ResponseWriter.php#L74
, I'm not sure why. Just commenting this line doesn't fix the problem either though.
The text was updated successfully, but these errors were encountered: