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
When the associations have changed (in the class), DataDogAudit::getAttributeNameForNtoN() throws a ContextErrorException in dev mode.
DataDogAudit::getAttributeNameForNtoN()
ContextErrorException
Possibilities:
The text was updated successfully, but these errors were encountered:
This should work and only be triggered in debug mode:
cube-common-bundle/src/DataHandling/Logs/DataDogAudit.php
Line 615 in e6eb9a8
Maybe it should be handled different. dump() in dev mode? Trigger a deprecation?
dump()
the idea is:
Sorry, something went wrong.
mtubis votes for dump
[Logs] warnings do not trigger errors in dev mode
4f771f6
fixes #149
No branches or pull requests
When the associations have changed (in the class),
DataDogAudit::getAttributeNameForNtoN()
throws aContextErrorException
in dev mode.Possibilities:
other method to get the correct attribute nameThe text was updated successfully, but these errors were encountered: