Skip to content

Commit

Permalink
Merged revisions 31030-31044 via svnmerge from 1.2-trunk
Browse files Browse the repository at this point in the history
      Fixed calling final step of dataflow import
      Fixed bundle js for calculating children with FPT
  • Loading branch information
Magento Core Team committed Dec 29, 2008
1 parent 3a77e57 commit 4085ec8
Show file tree
Hide file tree
Showing 7 changed files with 873 additions and 643 deletions.
2 changes: 2 additions & 0 deletions STATUS.txt
Expand Up @@ -172,6 +172,8 @@ FIXED BUGS:
Fixed hiding of flex uploader after removing row of downloadbale sample|link
Fixed FPT editing for bundle products
Fixed generatting filenames for create custom extensions interface in Windows
Fixed calling final step of dataflow import
Fixed bundle js for calculating children with FPT


CHANGES:
Expand Down
Expand Up @@ -174,7 +174,7 @@ function execImportData() {
})});
new Ajax.Request("' . $this->getUrl('*/*/batchFinish', array('id' => $batchModel->getId())) .'", {
method: "post",
parameters: {form_key: "'.$this.'"},
parameters: {form_key: FORM_KEY},
onComplete: function(transport) {
if (transport.responseText.isJSON()) {
var response = transport.responseText.evalJSON();
Expand Down

0 comments on commit 4085ec8

Please sign in to comment.