Skip to content

Commit

Permalink
ANGOLASUP-931: Retrieving facilities from cache on the edit user page
Browse files Browse the repository at this point in the history
  • Loading branch information
saleksandra committed Oct 17, 2024
1 parent c78dc57 commit a69895e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/admin-user-form/admin-user-form.routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
accessRights: [ADMINISTRATION_RIGHTS.USERS_MANAGE],
resolve: {
facilities: function(facilityService) {
return facilityService.getFacilitiesWithoutWards(false);
return facilityService.getFacilitiesWithoutWards(true);
},
user: function(UserService, $stateParams) {
return new UserService().get($stateParams.id);
Expand Down

0 comments on commit a69895e

Please sign in to comment.