Skip to content

Commit

Permalink
Merge pull request #78 from qlik-oss/QB-498/disableConversion
Browse files Browse the repository at this point in the history
Conversion led to different sort orders of data in different objects …
  • Loading branch information
PurwaShrivastava authored Nov 28, 2019
2 parents ca1b1a9 + e64af66 commit ce81549
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ export default {
uses: 'measures'
}
},
// Prevent conversion from and to this object
exportProperties: null,
importProperties: null,
definition,
initialProperties: {
version: 1.0,
Expand Down

0 comments on commit ce81549

Please sign in to comment.