You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ Enhancement] Create an alternative to PaginatedAsyncSelect that supports local search, this will be used for fields like the product dropdown in inventory form that works with resources that do not yet have server side paginated async OR get custom search parameters working for our fhir servers.
[Enhancement] Refactor ValueSet async Select to search for a value set using the url instead of an id. i.e. instead of making the request as /fhir/ValueSet/<value-set-id>/$expand, we would make a request as fhir/ValueSet/$expand?url=<value-set-url>. The urls would be hard-coded as it is the case for the valueset ids
[Enhancement] Update helm charts with added envs since then.
[Bug] Account for a switch in the location type in the geo-data fields in the location form. Harmonize this fields since they represent the same thing. e.g Editing a jurisdiction with a polygon geometry to a structure should invalidate existing geometry.
[Enhacement] Update Add Edit location view to take in an optional query parameter that can be used to override where the form redirects to after a user is done on the location form view.
[Enhacement] Update location view details view to include a back link below the pageTitle that takes users back to the location listing view that they came from. This should a prop implemented using the Inversion of control pattern.
[Enhancement] Attempt to delete the product catalogue Binary if its detached from the product.
[Enhacement] Update location view details view to include a back link below the pageTitle that takes users back to the location listing view that they came from. This should a prop implemented using the Inversion of control pattern.
The updated designs have a back button on the page title. Instead of adding a back button below the title we can follow the designs when working on this ticket
product
dropdown in inventory form that works with resources that do not yet have server side paginated async OR get custom search parameters working for our fhir servers./fhir/ValueSet/<value-set-id>/$expand
, we would make a request asfhir/ValueSet/$expand?url=<value-set-url>
. The urls would be hard-coded as it is the case for the valueset idsInversion of control pattern
.The text was updated successfully, but these errors were encountered: