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

[RFR] Fix maExportToCsvButton does not return entries references and empty data when filters contains boolean field #461

Merged
merged 1 commit into from
May 26, 2015

Conversation

jeromemacias
Copy link
Contributor

No description provided.

@@ -17,6 +17,7 @@ define(function () {
this.actions = view.actions();
this.batchActions = view.batchActions();
this.loadingPage = false;
this.search = $stateParams.search;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This $stateParams.search is ok.

@@ -17,7 +17,8 @@ define(function (require) {
'entity': '=',
'selection': '=',
batchButtons: '&',
datastore: '='
datastore: '=',
search: '='
Copy link
Contributor

Choose a reason for hiding this comment

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

Not used

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It is... Angularjs black magic!

manuquentin added a commit that referenced this pull request May 26, 2015
[RFR] Fix maExportToCsvButton does not return entries references and empty data when filters contains boolean field
@manuquentin manuquentin merged commit 54a09b9 into master May 26, 2015
@manuquentin manuquentin deleted the fix_export_to_csv_button branch May 26, 2015 08:51
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.

None yet

3 participants