-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Throw exception if joinAttribute is used #83
Conversation
A exception is better than a silent fail: Silent fails can cause very business critical problems that go unnoticed.
Actually there are some usages of joinAttribute which do not have effect at all and could be removed. For example in Mage_Sales_Block_Order_Recent::_construct(). I think I will try to run the whole testsuite and remove references. I think then we could remove the function completely ? @mage2-team Shall I go for that? |
It looks like this method is not used anywhere (doesn't override any method and is not overridden), so it can be deleted. |
okay, so please delete it. |
@amenk Code changes will be available after one of the next code publications to the GitHub from the internal repository. Thank you. |
[Merchant beta] [Nord] Bug fix
JS-372 [Full-screen mode] Left and right side of image visible while video player is loading
…elds list #83 - Merge Pull Request magento/graphql-ce#83 from sergy-gzh/graphql-ce:bugfix/26-imit-list-of-filterable-fields - Merged commits: 1. 38180f2
Merge 2.3-develop to EPAM-PR-2
A exception is better than a silent fail: Silent fails can cause very business critical problems that go unnoticed.