-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
IBX-4417: Fixed DomainContentResolver
#48
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Original exception is gone but different error showed up:
{
"errors": [
{
"debugMessage": "Call to undefined method Ibexa\\Contracts\\Core\\Repository\\Values\\Content\\ContentInfo::getName()",
"message": "Internal server Error",
"extensions": {
"category": "internal"
},
"locations": [
{
"line": 8,
"column": 7
}
],
"path": [
"uploadFiles",
"files",
0,
"_name"
],
"trace": (...)
Also Sub items disappeared:
Seems like the original intention was to rely on |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both errors are gone. 🎉
QA Approved on Ibexa Commerce 4.3.4-dev.
JIRA: https://issues.ibexa.co/browse/IBX-4417