Thanks @dkayiwa. is that server continuously updated with any commit that gets merged ??
what am asking is , after merging any single commit at any time , is there auto continous rebulding of the modules??
Just want to confirm that, that server has been updated with @haripriya’s changes
@dkayiwa I checked https://qa-refapp.openmrs.org , I still see this error. Could you please send me the server logs as I am not able to reproduce the same in my system. Seeing the console log, the only possibility that I’m able to consider is that we have a /condition route with GET and POST as well. I made this PR . Could you please check if this works. Thank you.
I cloned and loaded emrapi and coreapps on to an sdk snapshot server, and had no issue adding conditions locally. qa-refapp server logs should provide more insight on the issue.
@dkayiwa I have the default locale set to “en_GB”. Now when I test https://qa-refapp.openmrs.org with the default locale as “en”, things are working perfectly. However, the application is running without any errors with both “en” and “en_GB” locally.
@dkayiwa Thank you for suggesting this . I was able to reproduce this error on the snapshot version of reff app. I made this PR to fix the bug. Could you please take a look at it. Thank you
@mozzy The bug while saving condition has been fixed. My overall progress can be seen in this thread . Main functionality and module part of Condition list is ready. I need some response on this thread. Thank you