Skip to content

Commit

Permalink
Merge pull request #221 from amansinghbais/220-all-facilities-not-sho…
Browse files Browse the repository at this point in the history
…wing

Fixed: all facilities not showing up in select facilities modal in facility group card. (#220)
  • Loading branch information
ravilodhi authored Mar 15, 2024
2 parents abcba5f + c6f5f55 commit cbe6bf4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/components/AddFacilityToGroupModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,10 @@ export default defineComponent({
"inputFields": {
...filters
},
"entityName": "FacilityView",
"entityName": "Facility",
"noConditionFind": "Y",
"distinct": "Y",
"fromDateName": "facilityGroupFromDate",
"thruDateName": "facilityGroupThruDate",
"filterByDate": "Y",
"fieldList": ["facilityId", "facilityName", "fromDate"],
"fieldList": ["facilityId", "facilityName"],
// By default we show only 20 facilities, others get rendered on search query.
"viewSize": 20
}
Expand Down

0 comments on commit cbe6bf4

Please sign in to comment.