dhis2-android-capture-app icon indicating copy to clipboard operation
dhis2-android-capture-app copied to clipboard

UID s are same for TrackedEntityInstanceModels

Open ahmedifhaam opened this issue 6 years ago • 0 comments

https://github.com/dhis2/dhis2-android-capture-app/blob/22b67dd3407f269375c1c91d7f45530703194593/app/src/main/java/org/dhis2/data/metadata/MetadataRepositoryImpl.java#L258

when the objects returned after map function as TrackedEntityInstanceModel objects, they were same atleast the uids were same. but when i changed the ~SELECT * ~ statement to ~ SELECT +TrackedEntityInstanceModel.TABLE+".*" ~ it returned models with different uids

ahmedifhaam avatar Dec 30 '18 17:12 ahmedifhaam