Skip to content
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

ImportExport: Easier debugging #324

Closed
wants to merge 1 commit into from
Closed

Conversation

amenk
Copy link
Contributor

@amenk amenk commented Jul 24, 2013

Made the import more robust if import file links to a SKU which is skipped for some reasons -> leads to a "NULL" link causing fatal errors.

Steps to reproduce:

  • Import file with SKU "1" in first line, but some errors (i.e. missing description)
  • In second line SKU "2", valid product data, _links_upsell_sku contains the SKU "1"

Made the import more robust if import file links to a SKU which is skipped for some reasons -> leads to a "NULL" link causing fatal errors.

Steps to reproduce:

* Import file with SKU "1" in first line, but some errors (i.e. missing description)
* In second line SKU "2", valid product data, _links_upsell_sku contains the SKU "1"
@verklov
Copy link
Contributor

verklov commented Nov 7, 2013

Hello amenk,
Sorry for the delay with the response.
Thank you for your contribution! Our team will review your pull request and respond as soon as our analysis is complete.

magento-team added a commit that referenced this pull request Dec 19, 2013
* Fixed bugs:
  * Fixed [MAP]: "Click for price" link is broken on the category page
  * Fixed tax rule search on the grid
  * Fixed redirect on dashboard if "Search", "Reset", "Export" buttons are clicked on several pages
  * Fixed switching user to alternate store-view when clicking on the Category (with Add Store Code to Urls="Yes" in the config)
  * Fixed printing Order/Shipping/Credit Memo from backend
  * Fixed 404 Error on attempt to print Shipping Label
  * Fixed duplication of JavaScript Resources in head on frontend
  * Fixed inconsistency with disabled states on Configurable product page in the Plushe theme
  * Fixed 3D Secure Information absence on Admin Order Info page
  * Fixed possibility to download or revert Backup
  * Fixed session fixation in user registration during checkout
  * Fixed fatal error during login to backend
  * Fixed inline translations in the Adminhtml area
  * Fixed partial refunds/invoices in Payflow Pro
  * Fixed the issue with ignoring area in design emulation
  * Fixed order placing with virtual product using Express Checkout
  * Fixed the error during order placement with Recurring profile payment
  * Fixed wrong redirect after customer registration during multishipping checkout
  * Fixed inability to crate shipping labels
  * Fixed inability to switch language, if the default language is English
  * Fixed an issue with incorrect XML appearing in cache after some actions on the frontend
  * Fixed product export
  * Fixed inability to configure memcache as session save handler
* GitHub requests:
  * [#406](#406) -- Remove cast to (int) for the varch increment_id
  * [#425](#425) -- Installation of dev53 fails
  * [#324](#324) -- ImportExport: Easier debugging
* Modularity improvements:
  * Removed \Magento\App\Helper\HelperFactory
  * Removed the "helper" method from the abstract block interface
  * Layout page type config moved to library
  * Design loader moved to library
  * Theme label moved to library
  * Remaining part from Adminhtml moved to the appropriate modules. Adminhtml module has been eliminated
  * Core Session and Cookie models decomposed and moved to library
    * \Magento\Stdlib\Cookie library created
    * Session Manager and Session Config interfaces provided
    * Session save handler interface created
    * Session storage interface created, session does not extend \Magento\Object anymore
    * Session validator interface created
    * Session generic wrapper moved to library
    * Messages functionality moved from the Session model as separate component, message manager interface created
    * Sid resolver interface created to handle session sid from request
@verklov
Copy link
Contributor

verklov commented Dec 20, 2013

amenk,
Our team has processed your pull request. The code has been released in version dev57. We will be waiting for your new contributions!

@verklov verklov closed this Dec 20, 2013
magento-team pushed a commit that referenced this pull request May 29, 2015
magento-team pushed a commit that referenced this pull request Jan 21, 2016
mmansoor-magento pushed a commit that referenced this pull request Sep 5, 2016
Bug
MAGETWO-56473 Can't run B2B functional tests for logic with asynchronous operations

Story
MAGETWO-57129 Optional RabbitMQ Component
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants