Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #65 from chartshq/feature/#62-increase-select-perf…
Browse files Browse the repository at this point in the history
…ormance

Feature/#62 increase select performance
  • Loading branch information
adotg authored May 3, 2019
2 parents da8c287 + 9b9f8bc commit 06ef094
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/datamodel.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/datamodel.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ export const propagateToAllDataModels = (identifiers, rootModels, propagationInf
criterias = [{
criteria: []
}];
criteria = [];
} else {
let actionCriterias = Object.values(propagationNameSpace.mutableActions);
if (propagateToSource !== false) {
Expand Down

0 comments on commit 06ef094

Please sign in to comment.