-
Notifications
You must be signed in to change notification settings - Fork 9.4k
File Uploader initialization #344
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
Comments
@trongrg , Sorry for the delay with the response. Due to the latest architectural changes we made in the system, the issue is not relevant any more. |
magento-team
pushed a commit
that referenced
this issue
Jun 12, 2015
[Firedrakes] Remove model related methods from Magento Object
okorshenko
pushed a commit
that referenced
this issue
Dec 14, 2016
Fixed issues: MAGETWO-57136: [GitHub] Wrong initialization sequence in mage.priceBox widget (price-box.js) #6117 MAGETWO-57062: [Backport] - Issues with minicart in multiwebsite - for 2.1 MAGETWO-55184: [GitHub #5526]Selected category is not added to Cart Price Rule condition due to JS error MAGETWO-57168: CLONE - [GitHub]JavaScript Error on Checkout Page after Changing Country in Estimate Shipping and Tax Block MAGETWO-57843: [Backport] - [Github # 6294] Coupon code override cart rules with no coupon code - for 2.1 MAGETWO-57512: [Backport] - Giftcard Purchase - Order Status - Processing - for 2.1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Those lines should be changed to use Mage::getModel instead of a direct 'new' keyword.
This will allow developers to easily implement new changes in File Uploader model.
I would love to provide the patch if necessary.
The text was updated successfully, but these errors were encountered: