Skip to content

Commit

Permalink
#824 | Upgrade openchs-models, not include parentOfVirtualTx in Entit…
Browse files Browse the repository at this point in the history
…ySyncStatus
  • Loading branch information
mahalakshme committed Feb 28, 2023
1 parent 0ab3ea1 commit e3456da
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 21 deletions.
28 changes: 8 additions & 20 deletions packages/openchs-android/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/openchs-android/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"lodash": "4.17.21",
"moment": "2.29.4",
"native-base": "3.4.9",
"openchs-models": "1.27.26",
"openchs-models": "1.27.27",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-native": "0.69.7",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ class EntitySyncStatusService extends BaseService {
}

setup(entityMetaDataModel) {
entityMetaDataModel = EntityMetaData.model().filter(({type}) => type !== "parentOfVirtualTx")
const self = this;

entityMetaDataModel.forEach(function (entity) {
Expand Down

0 comments on commit e3456da

Please sign in to comment.