Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Feature/import success page improvement#138

Merged
magento-engcom-team merged 2 commits intomagento-engcom:2.3-developfrom
staniag:feature/importSuccessPageImprovement
Nov 8, 2018
Merged

Feature/import success page improvement#138
magento-engcom-team merged 2 commits intomagento-engcom:2.3-developfrom
staniag:feature/importSuccessPageImprovement

Conversation

@staniag
Copy link
Copy Markdown

@staniag staniag commented Oct 26, 2018

Description (*)

Fixed Issues (if relevant)

  1. Product import doesn't import all products, but still gives success message #93

Manual testing scenarios (*)

  1. Upload csv with errors
  2. On success page download full report

Contribution checklist (*)

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds on Travis CI are green)


$noticeHtml = $this->historyModel->getSummary();

if($this->historyModel->getErrorFile()) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if($this->historyModel->getErrorFile()) {
if ($this->historyModel->getErrorFile()) {

We should have an extra space after the if keyword to match our coding standards.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants