Skip to content

Commit

Permalink
Fix last issues before release
Browse files Browse the repository at this point in the history
  • Loading branch information
fitn committed Sep 1, 2016
1 parent 62900a9 commit e8f51ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function __construct(DefaultValuesProviderInterface $simpleProvider, arra
public function getDefaultValues()
{
$parameters = $this->simpleProvider->getDefaultValues();
$parameters['filePath'] = '/tmp/csv_family_pimgento_%datetime%.csv';
$parameters['filePath'] = '/tmp/csv_family_pimgento.csv';
$parameters['labelLocale'] = null;

return $parameters;
Expand Down
4 changes: 2 additions & 2 deletions Resources/translations/messages.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ pim_enhanced_connector:
help: Choose in which language you want to export the family label

batch_jobs:
enhanced_csv_attribute_export:
pimgento_csv_attribute_export:
label: Export attributes to CSV for PimGento
export.label: Export attributes to CSV for PimGento
enhanced_csv_family_export:
pimgento_csv_family_export:
label: Export families to CSV for PimGento
export.label: Export families to CSV for PimGento
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"minimum-stability": "stable",
"require": {
"akeneo/pim-community-dev": "1.6.*@dev"
"akeneo/pim-community-dev": "~1.6.0"
},
"require-dev": {
"phpspec/phpspec": "3.0.0",
Expand Down

0 comments on commit e8f51ad

Please sign in to comment.