Ben Kiarie
Ben Kiarie
Hi @pavlovcik, what is the workaround for someone using `~/.bashrc` ?
Hi @dianabarsan have we established confident stability for the K3d e2e to close this or do I move this issue to 4.9.0 ?
Moved to 4.9.0 so as not to hold up the release.
Hi @jkuester , as I wait for the CI to go green please review my refactor when you have a chance. Thanks.
Looks good
@henokgetachew I can confirm switching to that branch and deploying from there worked.
Hi @dianabarsan one change I did in the webapp is to add a method to typecast string facility_id to array ``` private getUserFacilityId(userSettings) { return Array.isArray(userSettings.facility_id) ? userSettings.facility_id : [userSettings.facility_id];...
HI @jkuester, 👋 I had attempted some magic 🪄 ....but I could not see any perf improvements, that's why I withdrew the review request as I do more digging ⛏️...
Hi @dianabarsan Jenni's [comment](https://github.com/medic/cht-core/pull/9126#issuecomment-2124127168) suggests we should not change the `URL` for [create-user to v3](https://github.com/medic/cht-core/blob/fc98a76f9128b4737a366f210a1330229529474a/admin/src/js/services/create-user.js#L4) and instead use [createMultipleUsers](https://github.com/medic/cht-core/blob/fc98a76f9128b4737a366f210a1330229529474a/admin/src/js/services/create-user.js#L45C13-L45C32) . However, that's not correct since the createMultipleUsers is for bulk...
That's okay. But as it is... When I create a new user it goes to the v2 URL and fails