Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
Release: 1.0.1
Browse files Browse the repository at this point in the history
 - BUGFIX #141 Fixed function name for csv export overlay
  • Loading branch information
alexander-schranz authored Feb 7, 2017
2 parents ad43db8 + c9ccdd4 commit 5247a90
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.1

- BUGFIX #141 Fixed function name for csv export overlay

## 1.0.0

- FEATURE #137 Added daterange to csv export overlay for sulu 1.5
Expand Down
2 changes: 1 addition & 1 deletion Resources/public/dist/components/csv-export/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Resources/public/js/components/csv-export/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ define(['text!/admin/api/form/templates/csv-export.html'], function(form) {
return {
type: 'csv-export',

getForm: function() {
getFormTemplate: function() {
return form;
}
};
Expand Down

0 comments on commit 5247a90

Please sign in to comment.